Html Css Color HEX #BBDEEB Onahau

📋 copy color: '#BBDEEB'

red 187 ◦ green 222 ◦ blue 235

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

Shades of Onahau #BBDEEB

Tints of Onahau #BBDEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.49%

R = 29.04%
G = 34.47%
B = 36.49%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBDEEB (or 0xBBDEEB) is known color: Onahau. HEX triplet: BB, DE and EB. RGB value is (187,222,235). Sum of RGB (Red+Green+Blue) = 187+222+235=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEEB is #442114. Grayscale: #D4D4D4. Windows color (decimal): -4464917 or 15457979. OLE color: 15457979.

HSL color Cylindrical-coordinate representation of color #BBDEEB: hue angle of 196.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDEEB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 222 235 -
CMYK 0.20 0.06 0 0.08
HSL 196.25º 0.55% 0.83% -
HSV(B) 196.25º 0.2% 0.92% -
XYZ 61.61 68.81 88.63 -
YUV 213.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 187 222 235 0.20 0.06 0 0.08 196.25 0.55 0.83
Hex BB DE EB 14 6 0 8 C4 37 53
Octal 273 336 353 24 6 0 10 304 67 123
Binary 10111011 11011110 11101011 10100 110 0 1000 11000100 110111 1010011

Color Harmonies of #BBDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDEEB

Black with #BBDEEB

Text Example


Text Example

White with #BBDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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