#BBEAFB

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

Shades of Onahau #BBEAFB

Tints of Onahau #BBEAFB

Color information

#BBEAFB (or 0xBBEAFB) is unknown color: approx Onahau. HEX triplet: BB, EA and FB. RGB value is (187,234,251). Sum of RGB (Red+Green+Blue) = 187+234+251=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAFB is #441504. Grayscale: #DDDDDD. Windows color (decimal): -4461829 or 16509627. OLE color: 16509627.

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

Color convert

RGB187234251-
CMYK0.250.0700.02
HSL195.94º88.89%85.88%-
HSV(B)195.94º25.5%98.43%-
XYZ67.3376.38102.46-
YUV221.89144.43103.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=27.83%
G=34.82%
B=37.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872342510.250.0700.02195.9488.8985.88
HexBBEAFB19702c45956
Octal27335237331702304131126
Binary101110111110101011111011110011110101100010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAFB; }

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

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

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

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

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

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

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

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