Html Css Color HEX #BBDFEA Onahau

📋 copy color: '#BBDFEA'

red 187 ◦ green 223 ◦ blue 234

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

Shades of Onahau #BBDFEA

Tints of Onahau #BBDFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.34%

R = 29.04%
G = 34.63%
B = 36.34%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBDFEA (or 0xBBDFEA) is known color: Onahau. HEX triplet: BB, DF and EA. RGB value is (187,223,234). Sum of RGB (Red+Green+Blue) = 187+223+234=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFEA is #442015. Grayscale: #D5D5D5. Windows color (decimal): -4464662 or 15392699. OLE color: 15392699.

HSL color Cylindrical-coordinate representation of color #BBDFEA: hue angle of 194.04º degrees, saturation: 0.53, 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 #BBDFEA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 223 234 -
CMYK 0.20 0.05 0 0.08
HSL 194.04º 0.53% 0.83% -
HSV(B) 194.04º 0.2% 0.92% -
XYZ 61.73 69.28 87.96 -
YUV 213.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 187 223 234 0.20 0.05 0 0.08 194.04 0.53 0.83
Hex BB DF EA 14 5 0 8 C2 35 53
Octal 273 337 352 24 5 0 10 302 65 123
Binary 10111011 11011111 11101010 10100 101 0 1000 11000010 110101 1010011

Color Harmonies of #BBDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFEA

Black with #BBDFEA

Text Example


Text Example

White with #BBDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFEA; }

 p { color: rgb(187,223,234); }

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

background-color css

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

 a { background-color: rgb(187,223,234); }

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

border-color css

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

 span { border-color: rgb(187,223,234); }

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