#BCCFEE

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

Shades of Periwinkle #BCCFEE

Tints of Periwinkle #BCCFEE

Color information

#BCCFEE (or 0xBCCFEE) is unknown color: approx Periwinkle. HEX triplet: BC, CF and EE. RGB value is (188,207,238). Sum of RGB (Red+Green+Blue) = 188+207+238=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFEE is #433011. Grayscale: #CCCCCC. Windows color (decimal): -4403218 or 15650748. OLE color: 15650748.

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

Color convert

RGB188207238-
CMYK0.210.1300.07
HSL217.2º59.52%83.53%-
HSV(B)217.2º21.01%93.33%-
XYZ58.4861.4989.68-
YUV204.85146.71115.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=29.70%
G=32.70%
B=37.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882072380.210.1300.07217.259.5283.53
HexBCCFEE15D07d93c54
Octal27431735625150733174124
Binary1011110011001111111011101010111010111110110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFEE; }

 p { color: rgb(188,207,238); }

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

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

 a { background-color: rgb(188,207,238); }

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

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

 span { border-color: rgb(188,207,238); }

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