#BBEBFA

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

Shades of Onahau #BBEBFA

Tints of Onahau #BBEBFA

Color information

#BBEBFA (or 0xBBEBFA) is unknown color: approx Onahau. HEX triplet: BB, EB and FA. RGB value is (187,235,250). Sum of RGB (Red+Green+Blue) = 187+235+250=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBFA is #441405. Grayscale: #DEDEDE. Windows color (decimal): -4461574 or 16444347. OLE color: 16444347.

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

Color convert

RGB187235250-
CMYK0.250.0600.02
HSL194.29º86.3%85.69%-
HSV(B)194.29º25.2%98.04%-
XYZ67.4676.88101.73-
YUV222.36143.6102.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=27.83%
G=34.97%
B=37.20%

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
Decimal1872352500.250.0600.02194.2986.385.69
HexBBEBFA19602c25656
Octal27335337231602302126126
Binary101110111110101111111010110011100101100001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBFA; }

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

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

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

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

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

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

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

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