#BBEFFA

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

Shades of Onahau #BBEFFA

Tints of Onahau #BBEFFA

Color information

#BBEFFA (or 0xBBEFFA) is unknown color: approx Onahau. HEX triplet: BB, EF and FA. RGB value is (187,239,250). Sum of RGB (Red+Green+Blue) = 187+239+250=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBEFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFA is #441005. Grayscale: #E0E0E0. Windows color (decimal): -4460550 or 16445371. OLE color: 16445371.

HSL color Cylindrical-coordinate representation of color #BBEFFA: hue angle of 190.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEFFA is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187239250-
CMYK0.250.0400.02
HSL190.48º86.3%85.69%-
HSV(B)190.48º25.2%98.04%-
XYZ68.6279.2102.11-
YUV224.71142.27101.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.66%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=27.66%
G=35.36%
B=36.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872392500.250.0400.02190.4886.385.69
HexBBEFFA19402be5656
Octal27335737231402276126126
Binary101110111110111111111010110011000101011111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFFA; }

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

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

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

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

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

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

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

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