Html Css Color HEX #BBECF8 Onahau

📋 copy color: '#BBECF8'

red 187 ◦ green 236 ◦ blue 248

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

Shades of Onahau #BBECF8

Tints of Onahau #BBECF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.96%

R = 27.87%
G = 35.17%
B = 36.96%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBECF8 (or 0xBBECF8) is known color: Onahau. HEX triplet: BB, EC and F8. RGB value is (187,236,248). Sum of RGB (Red+Green+Blue) = 187+236+248=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF8 is #441307. Grayscale: #DEDEDE. Windows color (decimal): -4461320 or 16313531. OLE color: 16313531.

HSL color Cylindrical-coordinate representation of color #BBECF8: hue angle of 191.8º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBECF8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 236 248 -
CMYK 0.25 0.05 0 0.03
HSL 191.8º 0.81% 0.85% -
HSV(B) 191.8º 0.25% 0.97% -
XYZ 67.43 77.33 100.18 -
YUV 222.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 187 236 248 0.25 0.05 0 0.03 191.8 0.81 0.85
Hex BB EC F8 19 5 0 3 C0 51 55
Octal 273 354 370 31 5 0 3 300 121 125
Binary 10111011 11101100 11111000 11001 101 0 11 11000000 1010001 1010101

Color Harmonies of #BBECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECF8

Black with #BBECF8

Text Example


Text Example

White with #BBECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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