#BCCDF2

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

Shades of Periwinkle #BCCDF2

Tints of Periwinkle #BCCDF2

Color information

#BCCDF2 (or 0xBCCDF2) is unknown color: approx Periwinkle. HEX triplet: BC, CD and F2. RGB value is (188,205,242). Sum of RGB (Red+Green+Blue) = 188+205+242=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF2 is #43320D. Grayscale: #CBCBCB. Windows color (decimal): -4403726 or 15912380. OLE color: 15912380.

HSL color Cylindrical-coordinate representation of color #BCCDF2: hue angle of 221.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCDF2 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188205242-
CMYK0.220.1500.05
HSL221.11º67.5%84.31%-
HSV(B)221.11º22.31%94.9%-
XYZ58.660.7692.64-
YUV204.14149.37116.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=29.61%
G=32.28%
B=38.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882052420.220.1500.05221.1167.584.31
HexBCCDF216F05dd4454
Octal274315362261705335104124
Binary10111100110011011111001010110111101011101110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDF2; }

 p { color: rgb(188,205,242); }

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

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

 a { background-color: rgb(188,205,242); }

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

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

 span { border-color: rgb(188,205,242); }

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