#BBEBFF

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

Shades of Onahau #BBEBFF

Tints of Onahau #BBEBFF

Color information

#BBEBFF (or 0xBBEBFF) is unknown color: approx Onahau. HEX triplet: BB, EB and FF. RGB value is (187,235,255). Sum of RGB (Red+Green+Blue) = 187+235+255=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBFF is #441400. Grayscale: #DEDEDE. Windows color (decimal): -4461569 or 16772027. OLE color: 16772027.

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

Color convert

RGB187235255-
CMYK0.270.0800
HSL197.65º100%86.67%-
HSV(B)197.65º26.67%100%-
XYZ68.2577.2105.91-
YUV222.93146.1102.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.62%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 255 (100% from 255) = 37.67%
R=27.62%
G=34.71%
B=37.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872352550.270.0800197.6510086.67
HexBBEBFF1B800c66457
Octal273353377331000306144127
Binary101110111110101111111111110111000001100011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBFF; }

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

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

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

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

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

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

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

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