#BBE7EF

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

Shades of Onahau #BBE7EF

Tints of Onahau #BBE7EF

Color information

#BBE7EF (or 0xBBE7EF) is unknown color: approx Onahau. HEX triplet: BB, E7 and EF. RGB value is (187,231,239). Sum of RGB (Red+Green+Blue) = 187+231+239=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7EF is #441810. Grayscale: #DADADA. Windows color (decimal): -4462609 or 15722427. OLE color: 15722427.

HSL color Cylindrical-coordinate representation of color #BBE7EF: hue angle of 189.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE7EF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187231239-
CMYK0.220.0300.06
HSL189.23º61.9%83.53%-
HSV(B)189.23º21.76%93.73%-
XYZ64.6573.9592.53-
YUV218.76139.42105.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=28.46%
G=35.16%
B=36.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872312390.220.0300.06189.2361.983.53
HexBBE7EF16306bd3e54
Octal2733473572630627576124
Binary10111011111001111110111110110110110101111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7EF; }

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

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

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

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

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

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

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

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