#BCC3F2

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

Shades of Periwinkle #BCC3F2

Tints of Periwinkle #BCC3F2

Color information

#BCC3F2 (or 0xBCC3F2) is unknown color: approx Periwinkle. HEX triplet: BC, C3 and F2. RGB value is (188,195,242). Sum of RGB (Red+Green+Blue) = 188+195+242=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCC3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3F2 is #433C0D. Grayscale: #C6C6C6. Windows color (decimal): -4406286 or 15909820. OLE color: 15909820.

HSL color Cylindrical-coordinate representation of color #BCC3F2: hue angle of 232.22º 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 #BCC3F2 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188195242-
CMYK0.220.1900.05
HSL232.22º67.5%84.31%-
HSV(B)232.22º22.31%94.9%-
XYZ56.2856.1391.87-
YUV198.26152.68120.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 195 (76.56% from 255) = 31.2%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=30.08%
G=31.2%
B=38.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881952420.220.1900.05232.2267.584.31
HexBCC3F2161305e84454
Octal274303362262305350104124
Binary101111001100001111110010101101001101011110100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3F2; }

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

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

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

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

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

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

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

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