#BBE6FD

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

Shades of Onahau #BBE6FD

Tints of Onahau #BBE6FD

Color information

#BBE6FD (or 0xBBE6FD) is unknown color: approx Onahau. HEX triplet: BB, E6 and FD. RGB value is (187,230,253). Sum of RGB (Red+Green+Blue) = 187+230+253=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6FD is #441902. Grayscale: #DBDBDB. Windows color (decimal): -4462851 or 16639675. OLE color: 16639675.

HSL color Cylindrical-coordinate representation of color #BBE6FD: hue angle of 200.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE6FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187230253-
CMYK0.260.0900.01
HSL200.91º94.29%86.27%-
HSV(B)200.91º26.09%99.22%-
XYZ66.5274.25103.75-
YUV219.76146.75104.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 230 (90.23% from 255) = 34.33%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=27.91%
G=34.33%
B=37.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872302530.260.0900.01200.9194.2986.27
HexBBE6FD1A901c95e56
Octal273346375321101311136126
Binary101110111110011011111101110101001011100100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6FD; }

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

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

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

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

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

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

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

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