#BCDFED

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

Shades of Onahau #BCDFED

Tints of Onahau #BCDFED

Color information

#BCDFED (or 0xBCDFED) is unknown color: approx Onahau. HEX triplet: BC, DF and ED. RGB value is (188,223,237). Sum of RGB (Red+Green+Blue) = 188+223+237=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFED is #432012. Grayscale: #D6D6D6. Windows color (decimal): -4399123 or 15589308. OLE color: 15589308.

HSL color Cylindrical-coordinate representation of color #BCDFED: hue angle of 197.14º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDFED is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188223237-
CMYK0.210.0600.07
HSL197.14º57.65%83.33%-
HSV(B)197.14º20.68%92.94%-
XYZ62.4169.5890.26-
YUV214.13140.9109.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=29.01%
G=34.41%
B=36.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882232370.210.0600.07197.1457.6583.33
HexBCDFED15607c53a53
Octal2743373552560730572123
Binary101111001101111111101101101011100111110001011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFED; }

 p { color: rgb(188,223,237); }

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

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

 a { background-color: rgb(188,223,237); }

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

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

 span { border-color: rgb(188,223,237); }

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