#BCCDFF

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

Shades of Periwinkle #BCCDFF

Tints of Periwinkle #BCCDFF

Color information

#BCCDFF (or 0xBCCDFF) is unknown color: approx Periwinkle. HEX triplet: BC, CD and FF. RGB value is (188,205,255). Sum of RGB (Red+Green+Blue) = 188+205+255=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDFF is #433200. Grayscale: #CDCDCD. Windows color (decimal): -4403713 or 16764348. OLE color: 16764348.

HSL color Cylindrical-coordinate representation of color #BCCDFF: hue angle of 224.78º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCDFF is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188205255-
CMYK0.260.2000
HSL224.78º100%86.86%-
HSV(B)224.78º26.27%100%-
XYZ60.6261.57103.3-
YUV205.62155.87115.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 255 (100% from 255) = 39.35%
R=29.01%
G=31.64%
B=39.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882052550.260.2000224.7810086.86
HexBCCDFF1A1400e16457
Octal274315377322400341144127
Binary1011110011001101111111111101010100001110000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDFF; }

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

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

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

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

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

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

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

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