#BBECFD

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

Shades of Onahau #BBECFD

Tints of Onahau #BBECFD

Color information

#BBECFD (or 0xBBECFD) is unknown color: approx Onahau. HEX triplet: BB, EC and FD. RGB value is (187,236,253). Sum of RGB (Red+Green+Blue) = 187+236+253=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECFD is #441302. Grayscale: #DFDFDF. Windows color (decimal): -4461315 or 16641211. OLE color: 16641211.

HSL color Cylindrical-coordinate representation of color #BBECFD: hue angle of 195.45º 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 #BBECFD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187236253-
CMYK0.260.0700.01
HSL195.45º94.29%86.27%-
HSV(B)195.45º26.09%99.22%-
XYZ68.2277.65104.32-
YUV223.29144.77102.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.66%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=27.66%
G=34.91%
B=37.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872362530.260.0700.01195.4594.2986.27
HexBBECFD1A701c35e56
Octal27335437532701303136126
Binary10111011111011001111110111010111011100001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECFD; }

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

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

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

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

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

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

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

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