#BCE0FD

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

Shades of Pattens Blue #BCE0FD

Tints of Pattens Blue #BCE0FD

Color information

#BCE0FD (or 0xBCE0FD) is unknown color: approx Pattens Blue. HEX triplet: BC, E0 and FD. RGB value is (188,224,253). Sum of RGB (Red+Green+Blue) = 188+224+253=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0FD is #431F02. Grayscale: #D8D8D8. Windows color (decimal): -4398851 or 16638140. OLE color: 16638140.

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

Color convert

RGB188224253-
CMYK0.260.1100.01
HSL206.77º94.2%86.47%-
HSV(B)206.77º25.69%99.22%-
XYZ65.1271.09103.22-
YUV216.54148.57107.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.27%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=28.27%
G=33.68%
B=38.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882242530.260.1100.01206.7794.286.47
HexBCE0FD1AB01cf5e56
Octal274340375321301317136126
Binary101111001110000011111101110101011011100111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0FD; }

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

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

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

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

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

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

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

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