#BBEEFA

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

Shades of Onahau #BBEEFA

Tints of Onahau #BBEEFA

Color information

#BBEEFA (or 0xBBEEFA) is unknown color: approx Onahau. HEX triplet: BB, EE and FA. RGB value is (187,238,250). Sum of RGB (Red+Green+Blue) = 187+238+250=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEFA is #441105. Grayscale: #E0E0E0. Windows color (decimal): -4460806 or 16445115. OLE color: 16445115.

HSL color Cylindrical-coordinate representation of color #BBEEFA: hue angle of 191.43º 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 #BBEEFA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187238250-
CMYK0.250.0500.02
HSL191.43º86.3%85.69%-
HSV(B)191.43º25.2%98.04%-
XYZ68.3278.62102.02-
YUV224.12142.6101.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.70%
GREEN value IS 238 (93.36% from 255) = 35.26%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=27.70%
G=35.26%
B=37.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872382500.250.0500.02191.4386.385.69
HexBBEEFA19502bf5656
Octal27335637231502277126126
Binary101110111110111011111010110011010101011111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEFA; }

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

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

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

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

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

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

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

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