#BCEBFB

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

Shades of Onahau #BCEBFB

Tints of Onahau #BCEBFB

Color information

#BCEBFB (or 0xBCEBFB) is unknown color: approx Onahau. HEX triplet: BC, EB and FB. RGB value is (188,235,251). Sum of RGB (Red+Green+Blue) = 188+235+251=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCEBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBFB is #431404. Grayscale: #DEDEDE. Windows color (decimal): -4396037 or 16509884. OLE color: 16509884.

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

Color convert

RGB188235251-
CMYK0.250.0600.02
HSL195.24º88.73%86.08%-
HSV(B)195.24º25.1%98.43%-
XYZ67.8677.07102.57-
YUV222.77143.93103.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.89%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=27.89%
G=34.87%
B=37.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882352510.250.0600.02195.2488.7386.08
HexBCEBFB19602c35956
Octal27435337331602303131126
Binary101111001110101111111011110011100101100001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBFB; }

 p { color: rgb(188,235,251); }

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

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

 a { background-color: rgb(188,235,251); }

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

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

 span { border-color: rgb(188,235,251); }

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