#BCD0ED

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

Shades of Periwinkle #BCD0ED

Tints of Periwinkle #BCD0ED

Color information

#BCD0ED (or 0xBCD0ED) is unknown color: approx Periwinkle. HEX triplet: BC, D0 and ED. RGB value is (188,208,237). Sum of RGB (Red+Green+Blue) = 188+208+237=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0ED is #432F12. Grayscale: #CDCDCD. Windows color (decimal): -4402963 or 15585468. OLE color: 15585468.

HSL color Cylindrical-coordinate representation of color #BCD0ED: hue angle of 215.51º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD0ED is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188208237-
CMYK0.210.1200.07
HSL215.51º57.65%83.33%-
HSV(B)215.51º20.68%92.94%-
XYZ58.5861.9288.98-
YUV205.33145.87115.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=29.70%
G=32.86%
B=37.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882082370.210.1200.07215.5157.6583.33
HexBCD0ED15C07d83a53
Octal27432035525140733072123
Binary1011110011010000111011011010111000111110110001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0ED; }

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

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

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

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

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

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

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

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