Html Css Color HEX #BBDEE6 Onahau

📋 copy color: '#BBDEE6'

red 187 ◦ green 222 ◦ blue 230

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

Shades of Onahau #BBDEE6

Tints of Onahau #BBDEE6

RGB

 RED value IS 187 (73.44% from 255) = 29.26%

 GREEN value IS 222 (87.11% from 255) = 34.74%

 BLUE value IS 230 (90.23% from 255) = 35.99%

R = 29.26%
G = 34.74%
B = 35.99%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBDEE6 (or 0xBBDEE6) is known color: Onahau. HEX triplet: BB, DE and E6. RGB value is (187,222,230). Sum of RGB (Red+Green+Blue) = 187+222+230=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEE6 is #442119. Grayscale: #D4D4D4. Windows color (decimal): -4464922 or 15130299. OLE color: 15130299.

HSL color Cylindrical-coordinate representation of color #BBDEE6: hue angle of 191.16º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDEE6 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 222 230 -
CMYK 0.19 0.03 0 0.10
HSL 191.16º 0.46% 0.82% -
HSV(B) 191.16º 0.19% 0.9% -
XYZ 60.9 68.52 84.88 -
YUV 212.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 187 222 230 0.19 0.03 0 0.10 191.16 0.46 0.82
Hex BB DE E6 13 3 0 A BF 2E 52
Octal 273 336 346 23 3 0 12 277 56 122
Binary 10111011 11011110 11100110 10011 11 0 1010 10111111 101110 1010010

Color Harmonies of #BBDEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDEE6

Black with #BBDEE6

Text Example


Text Example

White with #BBDEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDEE6; }

 p { color: rgb(187,222,230); }

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

background-color css

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

 a { background-color: rgb(187,222,230); }

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

border-color css

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

 span { border-color: rgb(187,222,230); }

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