#BCE9FD

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

Shades of Onahau #BCE9FD

Tints of Onahau #BCE9FD

Color information

#BCE9FD (or 0xBCE9FD) is unknown color: approx Onahau. HEX triplet: BC, E9 and FD. RGB value is (188,233,253). Sum of RGB (Red+Green+Blue) = 188+233+253=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9FD is #431602. Grayscale: #DDDDDD. Windows color (decimal): -4396547 or 16640444. OLE color: 16640444.

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

Color convert

RGB188233253-
CMYK0.260.0800.01
HSL198.46º94.2%86.47%-
HSV(B)198.46º25.69%99.22%-
XYZ67.6176.06104.05-
YUV221.82145.59103.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.89%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=27.89%
G=34.57%
B=37.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882332530.260.0800.01198.4694.286.47
HexBCE9FD1A801c65e56
Octal274351375321001306136126
Binary101111001110100111111101110101000011100011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9FD; }

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

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

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

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

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

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

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

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