Html Css Color HEX #BBECF5 Onahau

📋 copy color: '#BBECF5'

red 187 ◦ green 236 ◦ blue 245

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

Shades of Onahau #BBECF5

Tints of Onahau #BBECF5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.33%

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

R = 27.99%
G = 35.33%
B = 36.68%

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

#BBECF5 (or 0xBBECF5) is known color: Onahau. HEX triplet: BB, EC and F5. RGB value is (187,236,245). Sum of RGB (Red+Green+Blue) = 187+236+245=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF5 is #44130A. Grayscale: #DEDEDE. Windows color (decimal): -4461323 or 16116923. OLE color: 16116923.

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

Color convert

RGB 187 236 245 -
CMYK 0.24 0.04 0 0.04
HSL 189.31º 0.74% 0.85% -
HSV(B) 189.31º 0.24% 0.96% -
XYZ 66.97 77.15 97.75 -
YUV 222.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 187 236 245 0.24 0.04 0 0.04 189.31 0.74 0.85
Hex BB EC F5 18 4 0 4 BD 4A 55
Octal 273 354 365 30 4 0 4 275 112 125
Binary 10111011 11101100 11110101 11000 100 0 100 10111101 1001010 1010101

Color Harmonies of #BBECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECF5

Black with #BBECF5

Text Example


Text Example

White with #BBECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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