#BCE4FF

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

Shades of Pattens Blue #BCE4FF

Tints of Pattens Blue #BCE4FF

Color information

#BCE4FF (or 0xBCE4FF) is unknown color: approx Pattens Blue. HEX triplet: BC, E4 and FF. RGB value is (188,228,255). Sum of RGB (Red+Green+Blue) = 188+228+255=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4FF is #431B00. Grayscale: #DADADA. Windows color (decimal): -4397825 or 16770236. OLE color: 16770236.

HSL color Cylindrical-coordinate representation of color #BCE4FF: hue angle of 204.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE4FF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188228255-
CMYK0.260.1100
HSL204.18º100%86.86%-
HSV(B)204.18º26.27%100%-
XYZ66.5373.4105.27-
YUV219.12148.25105.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.02%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 255 (100% from 255) = 38.00%
R=28.02%
G=33.98%
B=38.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882282550.260.1100204.1810086.86
HexBCE4FF1AB00cc6457
Octal274344377321300314144127
Binary101111001110010011111111110101011001100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4FF; }

 p { color: rgb(188,228,255); }

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

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

 a { background-color: rgb(188,228,255); }

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

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

 span { border-color: rgb(188,228,255); }

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