#BCDFF0

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

Shades of Onahau #BCDFF0

Tints of Onahau #BCDFF0

Color information

#BCDFF0 (or 0xBCDFF0) is unknown color: approx Onahau. HEX triplet: BC, DF and F0. RGB value is (188,223,240). Sum of RGB (Red+Green+Blue) = 188+223+240=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF0 is #43200F. Grayscale: #D6D6D6. Windows color (decimal): -4399120 or 15785916. OLE color: 15785916.

HSL color Cylindrical-coordinate representation of color #BCDFF0: hue angle of 199.62º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDFF0 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188223240-
CMYK0.220.0700.06
HSL199.62º63.41%83.92%-
HSV(B)199.62º21.67%94.12%-
XYZ62.8569.7692.59-
YUV214.47142.4109.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.88%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=28.88%
G=34.25%
B=36.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882232400.220.0700.06199.6263.4183.92
HexBCDFF016706c83f54
Octal2743373602670631077124
Binary101111001101111111110000101101110110110010001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFF0; }

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

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

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

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

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

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

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

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