Html Css Color HEX #BBE9F5 Onahau

📋 copy color: '#BBE9F5'

red 187 ◦ green 233 ◦ blue 245

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

Shades of Onahau #BBE9F5

Tints of Onahau #BBE9F5

RGB

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

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

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

R = 28.12%
G = 35.04%
B = 36.84%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBE9F5 (or 0xBBE9F5) is known color: Onahau. HEX triplet: BB, E9 and F5. RGB value is (187,233,245). Sum of RGB (Red+Green+Blue) = 187+233+245=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBE9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9F5 is #44160A. Grayscale: #DCDCDC. Windows color (decimal): -4462091 or 16116155. OLE color: 16116155.

HSL color Cylindrical-coordinate representation of color #BBE9F5: hue angle of 192.41º 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 #BBE9F5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 233 245 -
CMYK 0.24 0.05 0 0.04
HSL 192.41º 0.74% 0.85% -
HSV(B) 192.41º 0.24% 0.96% -
XYZ 66.11 75.44 97.46 -
YUV 220.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 187 233 245 0.24 0.05 0 0.04 192.41 0.74 0.85
Hex BB E9 F5 18 5 0 4 C0 4A 55
Octal 273 351 365 30 5 0 4 300 112 125
Binary 10111011 11101001 11110101 11000 101 0 100 11000000 1001010 1010101

Color Harmonies of #BBE9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9F5

Black with #BBE9F5

Text Example


Text Example

White with #BBE9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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