#BCDFFB

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

Shades of Pattens Blue #BCDFFB

Tints of Pattens Blue #BCDFFB

Color information

#BCDFFB (or 0xBCDFFB) is unknown color: approx Pattens Blue. HEX triplet: BC, DF and FB. RGB value is (188,223,251). Sum of RGB (Red+Green+Blue) = 188+223+251=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFFB is #432004. Grayscale: #D7D7D7. Windows color (decimal): -4399109 or 16506812. OLE color: 16506812.

HSL color Cylindrical-coordinate representation of color #BCDFFB: hue angle of 206.67º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCDFFB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188223251-
CMYK0.250.1100.02
HSL206.67º88.73%86.08%-
HSV(B)206.67º25.1%98.43%-
XYZ64.5470.43101.46-
YUV215.73147.9108.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.40%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=28.40%
G=33.69%
B=37.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882232510.250.1100.02206.6788.7386.08
HexBCDFFB19B02cf5956
Octal274337373311302317131126
Binary1011110011011111111110111100110110101100111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFFB; }

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

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

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

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

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

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

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

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