#BBE6FB

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

Shades of Onahau #BBE6FB

Tints of Onahau #BBE6FB

Color information

#BBE6FB (or 0xBBE6FB) is unknown color: approx Onahau. HEX triplet: BB, E6 and FB. RGB value is (187,230,251). Sum of RGB (Red+Green+Blue) = 187+230+251=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBE6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6FB is #441904. Grayscale: #DBDBDB. Windows color (decimal): -4462853 or 16508603. OLE color: 16508603.

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

Color convert

RGB187230251-
CMYK0.250.0800.02
HSL199.69º88.89%85.88%-
HSV(B)199.69º25.5%98.43%-
XYZ66.274.12102.08-
YUV219.54145.75104.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 230 (90.23% from 255) = 34.43%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=27.99%
G=34.43%
B=37.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872302510.250.0800.02199.6988.8985.88
HexBBE6FB19802c85956
Octal273346373311002310131126
Binary1011101111100110111110111100110000101100100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6FB; }

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

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

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

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

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

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

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

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