Html Css Color HEX #BBEBF9 Onahau

📋 copy color: '#BBEBF9'

red 187 ◦ green 235 ◦ blue 249

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

Shades of Onahau #BBEBF9

Tints of Onahau #BBEBF9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.02%

 BLUE value IS 249 (97.66% from 255) = 37.11%

R = 27.87%
G = 35.02%
B = 37.11%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBEBF9 (or 0xBBEBF9) is known color: Onahau. HEX triplet: BB, EB and F9. RGB value is (187,235,249). Sum of RGB (Red+Green+Blue) = 187+235+249=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF9 is #441406. Grayscale: #DEDEDE. Windows color (decimal): -4461575 or 16378811. OLE color: 16378811.

HSL color Cylindrical-coordinate representation of color #BBEBF9: hue angle of 193.55º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEBF9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 235 249 -
CMYK 0.25 0.06 0 0.02
HSL 193.55º 0.84% 0.85% -
HSV(B) 193.55º 0.25% 0.98% -
XYZ 67.3 76.82 100.9 -
YUV 222.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 187 235 249 0.25 0.06 0 0.02 193.55 0.84 0.85
Hex BB EB F9 19 6 0 2 C2 54 55
Octal 273 353 371 31 6 0 2 302 124 125
Binary 10111011 11101011 11111001 11001 110 0 10 11000010 1010100 1010101

Color Harmonies of #BBEBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBF9

Black with #BBEBF9

Text Example


Text Example

White with #BBEBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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