#BBECFF

Color #BBECFF Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BBECFF

Tints of Onahau #BBECFF

Color information

#BBECFF (or 0xBBECFF) is unknown color: approx Onahau. HEX triplet: BB, EC and FF. RGB value is (187,236,255). Sum of RGB (Red+Green+Blue) = 187+236+255=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECFF is #441300. Grayscale: #DFDFDF. Windows color (decimal): -4461313 or 16772283. OLE color: 16772283.

HSL color Cylindrical-coordinate representation of color #BBECFF: hue angle of 196.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBECFF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187236255-
CMYK0.270.0700
HSL196.76º100%86.67%-
HSV(B)196.76º26.67%100%-
XYZ68.5477.78106.01-
YUV223.52145.77101.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.58%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 255 (100% from 255) = 37.61%
R=27.58%
G=34.81%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872362550.270.0700196.7610086.67
HexBBECFF1B700c56457
Octal27335437733700305144127
Binary10111011111011001111111111011111001100010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECFF; }

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

 H1.HeaderClassName
 {
   color: #BBECFF;
 }
 .AnyTagClassName
 {
   color: #BBECFF;
 }
</style>
background-color css

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

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

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

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

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

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