#BCE7FD

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

Shades of Onahau #BCE7FD

Tints of Onahau #BCE7FD

Color information

#BCE7FD (or 0xBCE7FD) is unknown color: approx Onahau. HEX triplet: BC, E7 and FD. RGB value is (188,231,253). Sum of RGB (Red+Green+Blue) = 188+231+253=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7FD is #431802. Grayscale: #DCDCDC. Windows color (decimal): -4397059 or 16639932. OLE color: 16639932.

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

Color convert

RGB188231253-
CMYK0.260.0900.01
HSL200.31º94.2%86.47%-
HSV(B)200.31º25.69%99.22%-
XYZ67.0474.94103.86-
YUV220.65146.25104.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.98%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=27.98%
G=34.38%
B=37.65%

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
Decimal1882312530.260.0900.01200.3194.286.47
HexBCE7FD1A901c85e56
Octal274347375321101310136126
Binary101111001110011111111101110101001011100100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7FD; }

 p { color: rgb(188,231,253); }

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

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

 a { background-color: rgb(188,231,253); }

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

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

 span { border-color: rgb(188,231,253); }

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