#bcdef4

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

Shades of Pattens Blue #BCDEF4

Tints of Pattens Blue #BCDEF4

Color information

#BCDEF4 (or 0xBCDEF4) is unknown color: approx Pattens Blue. HEX triplet: BC, DE and F4. RGB value is (188,222,244). Sum of RGB (Red+Green+Blue) = 188+222+244=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEF4 is #43210B. Grayscale: #D6D6D6. Windows color (decimal): -4399372 or 16047804. OLE color: 16047804.

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

Color convert

RGB188222244-
CMYK0.230.0900.04
HSL203.57º71.79%84.71%-
HSV(B)203.57º22.95%95.69%-
XYZ63.1969.4795.67-
YUV214.34144.74109.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=28.75%
G=33.94%
B=37.31%

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
Decimal1882222440.230.0900.04203.5771.7984.71
HexBCDEF417904cc4855
Octal274336364271104314110125
Binary10111100110111101111010010111100101001100110010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcdef4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcdef4; }

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

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

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

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

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

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

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

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