#BBEAFA

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

Shades of Onahau #BBEAFA

Tints of Onahau #BBEAFA

Color information

#BBEAFA (or 0xBBEAFA) is unknown color: approx Onahau. HEX triplet: BB, EA and FA. RGB value is (187,234,250). Sum of RGB (Red+Green+Blue) = 187+234+250=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAFA is #441505. Grayscale: #DDDDDD. Windows color (decimal): -4461830 or 16444091. OLE color: 16444091.

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

Color convert

RGB187234250-
CMYK0.250.0600.02
HSL195.24º86.3%85.69%-
HSV(B)195.24º25.2%98.04%-
XYZ67.1776.31101.63-
YUV221.77143.93103.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.87%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=27.87%
G=34.87%
B=37.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872342500.250.0600.02195.2486.385.69
HexBBEAFA19602c35656
Octal27335237231602303126126
Binary101110111110101011111010110011100101100001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAFA; }

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

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

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

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

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

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

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

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