#BCD0F2

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

Shades of Periwinkle #BCD0F2

Tints of Periwinkle #BCD0F2

Color information

#BCD0F2 (or 0xBCD0F2) is unknown color: approx Periwinkle. HEX triplet: BC, D0 and F2. RGB value is (188,208,242). Sum of RGB (Red+Green+Blue) = 188+208+242=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCD0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0F2 is #432F0D. Grayscale: #CDCDCD. Windows color (decimal): -4402958 or 15913148. OLE color: 15913148.

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

Color convert

RGB188208242-
CMYK0.220.1400.05
HSL217.78º67.5%84.31%-
HSV(B)217.78º22.31%94.9%-
XYZ59.3262.2192.89-
YUV205.9148.37115.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 242 (94.92% from 255) = 37.93%
R=29.47%
G=32.60%
B=37.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882082420.220.1400.05217.7867.584.31
HexBCD0F216E05da4454
Octal274320362261605332104124
Binary10111100110100001111001010110111001011101101010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0F2; }

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

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

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

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

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

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

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

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