#BFCCF9

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

Shades of Periwinkle #BFCCF9

Tints of Periwinkle #BFCCF9

Color information

#BFCCF9 (or 0xBFCCF9) is unknown color: approx Periwinkle. HEX triplet: BF, CC and F9. RGB value is (191,204,249). Sum of RGB (Red+Green+Blue) = 191+204+249=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFCCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCF9 is #403306. Grayscale: #CDCDCD. Windows color (decimal): -4207367 or 16370879. OLE color: 16370879.

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

Color convert

RGB191204249-
CMYK0.230.1800.02
HSL226.55º82.86%86.27%-
HSV(B)226.55º23.29%97.65%-
XYZ60.1861.198.24-
YUV205.24152.69117.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=29.66%
G=31.68%
B=38.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912042490.230.1800.02226.5582.8686.27
HexBFCCF9171202e35356
Octal277314371272202343123126
Binary10111111110011001111100110111100100101110001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCF9; }

 p { color: rgb(191,204,249); }

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

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

 a { background-color: rgb(191,204,249); }

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

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

 span { border-color: rgb(191,204,249); }

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