Html Css Color HEX #BFC3DF Periwinkle

📋 copy color: '#BFC3DF'

red 191 ◦ green 195 ◦ blue 223

#BFC3DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BFC3DF

Tints of Periwinkle #BFC3DF

RGB

 RED value IS 191 (75% from 255) = 31.36%

 GREEN value IS 195 (76.56% from 255) = 32.02%

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 31.36%
G = 32.02%
B = 36.62%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFC3DF (or 0xBFC3DF) is known color: Periwinkle. HEX triplet: BF, C3 and DF. RGB value is (191,195,223). Sum of RGB (Red+Green+Blue) = 191+195+223=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3DF is #403C20. Grayscale: #C4C4C4. Windows color (decimal): -4209697 or 14664639. OLE color: 14664639.

HSL color Cylindrical-coordinate representation of color #BFC3DF: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC3DF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 195 223 -
CMYK 0.14 0.13 0 0.13
HSL 232.5º 0.33% 0.81% -
HSV(B) 232.5º 0.14% 0.87% -
XYZ 54.32 55.43 77.65 -
YUV 197 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 191 195 223 0.14 0.13 0 0.13 232.5 0.33 0.81
Hex BF C3 DF E D 0 D E8 21 51
Octal 277 303 337 16 15 0 15 350 41 121
Binary 10111111 11000011 11011111 1110 1101 0 1101 11101000 100001 1010001

Color Harmonies of #BFC3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3DF

Black with #BFC3DF

Text Example


Text Example

White with #BFC3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3DF; }

 p { color: rgb(191,195,223); }

 H1.HeaderClassName
 {
   color: #BFC3DF;
 }
 .AnyTagClassName
 {
   color: #BFC3DF;
 }
</style>

background-color css

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

 a { background-color: rgb(191,195,223); }

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

border-color css

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

 span { border-color: rgb(191,195,223); }

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