#BCC5F3

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

Shades of Periwinkle #BCC5F3

Tints of Periwinkle #BCC5F3

Color information

#BCC5F3 (or 0xBCC5F3) is unknown color: approx Periwinkle. HEX triplet: BC, C5 and F3. RGB value is (188,197,243). Sum of RGB (Red+Green+Blue) = 188+197+243=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCC5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5F3 is #433A0C. Grayscale: #C7C7C7. Windows color (decimal): -4405773 or 15975868. OLE color: 15975868.

HSL color Cylindrical-coordinate representation of color #BCC5F3: hue angle of 230.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC5F3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188197243-
CMYK0.230.1900.05
HSL230.18º69.62%84.51%-
HSV(B)230.18º22.63%95.29%-
XYZ56.8857.0992.82-
YUV199.55152.52119.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=29.94%
G=31.37%
B=38.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881972430.230.1900.05230.1869.6284.51
HexBCC5F3171305e64655
Octal274305363272305346106125
Binary101111001100010111110011101111001101011110011010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5F3; }

 p { color: rgb(188,197,243); }

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

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

 a { background-color: rgb(188,197,243); }

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

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

 span { border-color: rgb(188,197,243); }

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