#BBE6FA

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

Shades of Onahau #BBE6FA

Tints of Onahau #BBE6FA

Color information

#BBE6FA (or 0xBBE6FA) is unknown color: approx Onahau. HEX triplet: BB, E6 and FA. RGB value is (187,230,250). Sum of RGB (Red+Green+Blue) = 187+230+250=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6FA is #441905. Grayscale: #DBDBDB. Windows color (decimal): -4462854 or 16443067. OLE color: 16443067.

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

Color convert

RGB187230250-
CMYK0.250.0800.02
HSL199.05º86.3%85.69%-
HSV(B)199.05º25.2%98.04%-
XYZ66.0574.06101.26-
YUV219.42145.25104.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.04%
GREEN value IS 230 (90.23% from 255) = 34.48%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=28.04%
G=34.48%
B=37.48%

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
Decimal1872302500.250.0800.02199.0586.385.69
HexBBE6FA19802c75656
Octal273346372311002307126126
Binary1011101111100110111110101100110000101100011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6FA; }

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

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

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

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

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

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

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

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