Html Css Color HEX #BBDEE7 Onahau

📋 copy color: '#BBDEE7'

red 187 ◦ green 222 ◦ blue 231

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

Shades of Onahau #BBDEE7

Tints of Onahau #BBDEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.09%

R = 29.22%
G = 34.69%
B = 36.09%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBDEE7 (or 0xBBDEE7) is known color: Onahau. HEX triplet: BB, DE and E7. RGB value is (187,222,231). Sum of RGB (Red+Green+Blue) = 187+222+231=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEE7 is #442118. Grayscale: #D4D4D4. Windows color (decimal): -4464921 or 15195835. OLE color: 15195835.

HSL color Cylindrical-coordinate representation of color #BBDEE7: hue angle of 192.27º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDEE7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 222 231 -
CMYK 0.19 0.04 0 0.09
HSL 192.27º 0.48% 0.82% -
HSV(B) 192.27º 0.19% 0.91% -
XYZ 61.04 68.58 85.62 -
YUV 212.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 187 222 231 0.19 0.04 0 0.09 192.27 0.48 0.82
Hex BB DE E7 13 4 0 9 C0 30 52
Octal 273 336 347 23 4 0 11 300 60 122
Binary 10111011 11011110 11100111 10011 100 0 1001 11000000 110000 1010010

Color Harmonies of #BBDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDEE7

Black with #BBDEE7

Text Example


Text Example

White with #BBDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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