Html Css Color HEX #BDDFEE Onahau

📋 copy color: '#BDDFEE'

red 189 ◦ green 223 ◦ blue 238

#BDDFEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BDDFEE

Tints of Onahau #BDDFEE

RGB

 RED value IS 189 (74.22% from 255) = 29.08%

 GREEN value IS 223 (87.5% from 255) = 34.31%

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 29.08%
G = 34.31%
B = 36.62%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDDFEE (or 0xBDDFEE) is known color: Onahau. HEX triplet: BD, DF and EE. RGB value is (189,223,238). Sum of RGB (Red+Green+Blue) = 189+223+238=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFEE is #422011. Grayscale: #D6D6D6. Windows color (decimal): -4333586 or 15654845. OLE color: 15654845.

HSL color Cylindrical-coordinate representation of color #BDDFEE: hue angle of 198.37º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDFEE is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 223 238 -
CMYK 0.21 0.06 0 0.07
HSL 198.37º 0.59% 0.84% -
HSV(B) 198.37º 0.21% 0.93% -
XYZ 62.81 69.77 91.05 -
YUV 214.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 189 223 238 0.21 0.06 0 0.07 198.37 0.59 0.84
Hex BD DF EE 15 6 0 7 C6 3B 54
Octal 275 337 356 25 6 0 7 306 73 124
Binary 10111101 11011111 11101110 10101 110 0 111 11000110 111011 1010100

Color Harmonies of #BDDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFEE

Black with #BDDFEE

Text Example


Text Example

White with #BDDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFEE; }

 p { color: rgb(189,223,238); }

 H1.HeaderClassName
 {
   color: #BDDFEE;
 }
 .AnyTagClassName
 {
   color: #BDDFEE;
 }
</style>

background-color css

<style>
 a { background-color: #BDDFEE; }

 a { background-color: rgb(189,223,238); }

 div.DivClassName
 {
   background-color: #BDDFEE;
 }
 .BgClassName
 {
   background-color: #BDDFEE;
 }
</style>

border-color css

<style>
 span { border-color: #BDDFEE; }

 span { border-color: rgb(189,223,238); }

 td.TdClassName
 {
   border-color: #BDDFEE;
 }
 .TagClassName
 {
   border-color: #BDDFEE;
 }
</style>