#BCDFF4

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

Shades of Onahau #BCDFF4

Tints of Onahau #BCDFF4

Color information

#BCDFF4 (or 0xBCDFF4) is unknown color: approx Onahau. HEX triplet: BC, DF and F4. RGB value is (188,223,244). Sum of RGB (Red+Green+Blue) = 188+223+244=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF4 is #43200B. Grayscale: #D6D6D6. Windows color (decimal): -4399116 or 16048060. OLE color: 16048060.

HSL color Cylindrical-coordinate representation of color #BCDFF4: hue angle of 202.5º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDFF4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188223244-
CMYK0.230.0900.04
HSL202.5º71.79%84.71%-
HSV(B)202.5º22.95%95.69%-
XYZ63.467095.75-
YUV214.93144.4108.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=28.70%
G=34.05%
B=37.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882232440.230.0900.04202.571.7984.71
HexBCDFF417904ca4855
Octal274337364271104312110125
Binary10111100110111111111010010111100101001100101010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFF4; }

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

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

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

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

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

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

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

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