#BCCEFB

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

Shades of Periwinkle #BCCEFB

Tints of Periwinkle #BCCEFB

Color information

#BCCEFB (or 0xBCCEFB) is unknown color: approx Periwinkle. HEX triplet: BC, CE and FB. RGB value is (188,206,251). Sum of RGB (Red+Green+Blue) = 188+206+251=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCCEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEFB is #433104. Grayscale: #CDCDCD. Windows color (decimal): -4403461 or 16502460. OLE color: 16502460.

HSL color Cylindrical-coordinate representation of color #BCCEFB: hue angle of 222.86º 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 #BCCEFB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188206251-
CMYK0.250.1800.02
HSL222.86º88.73%86.08%-
HSV(B)222.86º25.1%98.43%-
XYZ60.2261.8100.02-
YUV205.75153.54115.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.15%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=29.15%
G=31.94%
B=38.91%

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
Decimal1882062510.250.1800.02222.8688.7386.08
HexBCCEFB191202df5956
Octal274316373312202337131126
Binary10111100110011101111101111001100100101101111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEFB; }

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

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

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

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

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

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

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

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