#BBE7FC

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

Shades of Onahau #BBE7FC

Tints of Onahau #BBE7FC

Color information

#BBE7FC (or 0xBBE7FC) is unknown color: approx Onahau. HEX triplet: BB, E7 and FC. RGB value is (187,231,252). Sum of RGB (Red+Green+Blue) = 187+231+252=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7FC is #441803. Grayscale: #DCDCDC. Windows color (decimal): -4462596 or 16574395. OLE color: 16574395.

HSL color Cylindrical-coordinate representation of color #BBE7FC: hue angle of 199.38º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE7FC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187231252-
CMYK0.260.0800.01
HSL199.38º91.55%86.08%-
HSV(B)199.38º25.79%98.82%-
XYZ66.6474.74103.01-
YUV220.24145.92104.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 231 (90.62% from 255) = 34.48%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=27.91%
G=34.48%
B=37.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872312520.260.0800.01199.3891.5586.08
HexBBE7FC1A801c75c56
Octal273347374321001307134126
Binary101110111110011111111100110101000011100011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7FC; }

 p { color: rgb(187,231,252); }

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

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

 a { background-color: rgb(187,231,252); }

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

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

 span { border-color: rgb(187,231,252); }

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