Html Css Color HEX #BBECF0 Onahau

📋 copy color: '#BBECF0'

red 187 ◦ green 236 ◦ blue 240

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

Shades of Onahau #BBECF0

Tints of Onahau #BBECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.2%

R = 28.21%
G = 35.6%
B = 36.2%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBECF0 (or 0xBBECF0) is known color: Onahau. HEX triplet: BB, EC and F0. RGB value is (187,236,240). Sum of RGB (Red+Green+Blue) = 187+236+240=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF0 is #44130F. Grayscale: #DDDDDD. Windows color (decimal): -4461328 or 15789243. OLE color: 15789243.

HSL color Cylindrical-coordinate representation of color #BBECF0: hue angle of 184.53º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBECF0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 236 240 -
CMYK 0.22 0.02 0 0.06
HSL 184.53º 0.64% 0.84% -
HSV(B) 184.53º 0.22% 0.94% -
XYZ 66.22 76.85 93.78 -
YUV 221.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 187 236 240 0.22 0.02 0 0.06 184.53 0.64 0.84
Hex BB EC F0 16 2 0 6 B9 40 54
Octal 273 354 360 26 2 0 6 271 100 124
Binary 10111011 11101100 11110000 10110 10 0 110 10111001 1000000 1010100

Color Harmonies of #BBECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECF0

Black with #BBECF0

Text Example


Text Example

White with #BBECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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