#BBE7FF

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

Shades of Onahau #BBE7FF

Tints of Onahau #BBE7FF

Color information

#BBE7FF (or 0xBBE7FF) is unknown color: approx Onahau. HEX triplet: BB, E7 and FF. RGB value is (187,231,255). Sum of RGB (Red+Green+Blue) = 187+231+255=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7FF is #441800. Grayscale: #DCDCDC. Windows color (decimal): -4462593 or 16771003. OLE color: 16771003.

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

Color convert

RGB187231255-
CMYK0.270.0900
HSL201.18º100%86.67%-
HSV(B)201.18º26.67%100%-
XYZ67.1274.94105.53-
YUV220.58147.42104.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.79%
GREEN value IS 231 (90.62% from 255) = 34.32%
BLUE value IS 255 (100% from 255) = 37.89%
R=27.79%
G=34.32%
B=37.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872312550.270.0900201.1810086.67
HexBBE7FF1B900c96457
Octal273347377331100311144127
Binary101110111110011111111111110111001001100100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7FF; }

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

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

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

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

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

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

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

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