Html Css Color HEX #BBEBF5 Onahau

📋 copy color: '#BBEBF5'

red 187 ◦ green 235 ◦ blue 245

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

Shades of Onahau #BBEBF5

Tints of Onahau #BBEBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.73%

R = 28.04%
G = 35.23%
B = 36.73%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBEBF5 (or 0xBBEBF5) is known color: Onahau. HEX triplet: BB, EB and F5. RGB value is (187,235,245). Sum of RGB (Red+Green+Blue) = 187+235+245=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBEBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF5 is #44140A. Grayscale: #DDDDDD. Windows color (decimal): -4461579 or 16116667. OLE color: 16116667.

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

Color convert

RGB 187 235 245 -
CMYK 0.24 0.04 0 0.04
HSL 190.34º 0.74% 0.85% -
HSV(B) 190.34º 0.24% 0.96% -
XYZ 66.68 76.57 97.65 -
YUV 221.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 187 235 245 0.24 0.04 0 0.04 190.34 0.74 0.85
Hex BB EB F5 18 4 0 4 BE 4A 55
Octal 273 353 365 30 4 0 4 276 112 125
Binary 10111011 11101011 11110101 11000 100 0 100 10111110 1001010 1010101

Color Harmonies of #BBEBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBF5

Black with #BBEBF5

Text Example


Text Example

White with #BBEBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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