Html Css Color HEX #BBECF4 Onahau

📋 copy color: '#BBECF4'

red 187 ◦ green 236 ◦ blue 244

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

Shades of Onahau #BBECF4

Tints of Onahau #BBECF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.58%

R = 28.04%
G = 35.38%
B = 36.58%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBECF4 (or 0xBBECF4) is known color: Onahau. HEX triplet: BB, EC and F4. RGB value is (187,236,244). Sum of RGB (Red+Green+Blue) = 187+236+244=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF4 is #44130B. Grayscale: #DEDEDE. Windows color (decimal): -4461324 or 16051387. OLE color: 16051387.

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

Color convert

RGB 187 236 244 -
CMYK 0.23 0.03 0 0.04
HSL 188.42º 0.72% 0.85% -
HSV(B) 188.42º 0.23% 0.96% -
XYZ 66.82 77.09 96.95 -
YUV 222.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 187 236 244 0.23 0.03 0 0.04 188.42 0.72 0.85
Hex BB EC F4 17 3 0 4 BC 48 55
Octal 273 354 364 27 3 0 4 274 110 125
Binary 10111011 11101100 11110100 10111 11 0 100 10111100 1001000 1010101

Color Harmonies of #BBECF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECF4

Black with #BBECF4

Text Example


Text Example

White with #BBECF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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