Html Css Color HEX #BBE9F4 Onahau

📋 copy color: '#BBE9F4'

red 187 ◦ green 233 ◦ blue 244

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

Shades of Onahau #BBE9F4

Tints of Onahau #BBE9F4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.09%

 BLUE value IS 244 (95.7% from 255) = 36.75%

R = 28.16%
G = 35.09%
B = 36.75%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBE9F4 (or 0xBBE9F4) is known color: Onahau. HEX triplet: BB, E9 and F4. RGB value is (187,233,244). Sum of RGB (Red+Green+Blue) = 187+233+244=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBE9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9F4 is #44160B. Grayscale: #DCDCDC. Windows color (decimal): -4462092 or 16050619. OLE color: 16050619.

HSL color Cylindrical-coordinate representation of color #BBE9F4: hue angle of 191.58º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE9F4 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 233 244 -
CMYK 0.23 0.05 0 0.04
HSL 191.58º 0.72% 0.85% -
HSV(B) 191.58º 0.23% 0.96% -
XYZ 65.96 75.37 96.66 -
YUV 220.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 187 233 244 0.23 0.05 0 0.04 191.58 0.72 0.85
Hex BB E9 F4 17 5 0 4 C0 48 55
Octal 273 351 364 27 5 0 4 300 110 125
Binary 10111011 11101001 11110100 10111 101 0 100 11000000 1001000 1010101

Color Harmonies of #BBE9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9F4

Black with #BBE9F4

Text Example


Text Example

White with #BBE9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9F4; }

 p { color: rgb(187,233,244); }

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

background-color css

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

 a { background-color: rgb(187,233,244); }

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

border-color css

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

 span { border-color: rgb(187,233,244); }

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