#BBE7FE

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

Shades of Onahau #BBE7FE

Tints of Onahau #BBE7FE

Color information

#BBE7FE (or 0xBBE7FE) is unknown color: approx Onahau. HEX triplet: BB, E7 and FE. RGB value is (187,231,254). Sum of RGB (Red+Green+Blue) = 187+231+254=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7FE is #441801. Grayscale: #DCDCDC. Windows color (decimal): -4462594 or 16705467. OLE color: 16705467.

HSL color Cylindrical-coordinate representation of color #BBE7FE: hue angle of 200.6º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE7FE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187231254-
CMYK0.260.0900.00
HSL200.6º97.1%86.47%-
HSV(B)200.6º26.38%99.61%-
XYZ66.9674.87104.69-
YUV220.47146.92104.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=27.83%
G=34.38%
B=37.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872312540.260.0900.00200.697.186.47
HexBBE7FE1A900c96156
Octal273347376321100311141126
Binary101110111110011111111110110101001001100100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7FE; }

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

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

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

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

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

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

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

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