Html Css Color HEX #BBE9F2 Onahau

📋 copy color: '#BBE9F2'

red 187 ◦ green 233 ◦ blue 242

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

Shades of Onahau #BBE9F2

Tints of Onahau #BBE9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.56%

R = 28.25%
G = 35.2%
B = 36.56%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBE9F2 (or 0xBBE9F2) is known color: Onahau. HEX triplet: BB, E9 and F2. RGB value is (187,233,242). Sum of RGB (Red+Green+Blue) = 187+233+242=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9F2 is #44160D. Grayscale: #DCDCDC. Windows color (decimal): -4462094 or 15919547. OLE color: 15919547.

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

Color convert

RGB 187 233 242 -
CMYK 0.23 0.04 0 0.05
HSL 189.82º 0.68% 0.84% -
HSV(B) 189.82º 0.23% 0.95% -
XYZ 65.66 75.25 95.07 -
YUV 220.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 187 233 242 0.23 0.04 0 0.05 189.82 0.68 0.84
Hex BB E9 F2 17 4 0 5 BE 44 54
Octal 273 351 362 27 4 0 5 276 104 124
Binary 10111011 11101001 11110010 10111 100 0 101 10111110 1000100 1010100

Color Harmonies of #BBE9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9F2

Black with #BBE9F2

Text Example


Text Example

White with #BBE9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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