#BCCDFB

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

Shades of Periwinkle #BCCDFB

Tints of Periwinkle #BCCDFB

Color information

#BCCDFB (or 0xBCCDFB) is unknown color: approx Periwinkle. HEX triplet: BC, CD and FB. RGB value is (188,205,251). Sum of RGB (Red+Green+Blue) = 188+205+251=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDFB is #433204. Grayscale: #CCCCCC. Windows color (decimal): -4403717 or 16502204. OLE color: 16502204.

HSL color Cylindrical-coordinate representation of color #BCCDFB: hue angle of 223.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCDFB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188205251-
CMYK0.250.1800.02
HSL223.81º88.73%86.08%-
HSV(B)223.81º25.1%98.43%-
XYZ59.9861.3299.94-
YUV205.16153.87115.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=29.19%
G=31.83%
B=38.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882052510.250.1800.02223.8188.7386.08
HexBCCDFB191202e05956
Octal274315373312202340131126
Binary10111100110011011111101111001100100101110000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDFB; }

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

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

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

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

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

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

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

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