Html Css Color HEX #BFC7DE Periwinkle

📋 copy color: '#BFC7DE'

red 191 ◦ green 199 ◦ blue 222

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

Shades of Periwinkle #BFC7DE

Tints of Periwinkle #BFC7DE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.52%

 BLUE value IS 222 (87.11% from 255) = 36.27%

R = 31.21%
G = 32.52%
B = 36.27%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFC7DE (or 0xBFC7DE) is known color: Periwinkle. HEX triplet: BF, C7 and DE. RGB value is (191,199,222). Sum of RGB (Red+Green+Blue) = 191+199+222=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7DE is #403821. Grayscale: #C7C7C7. Windows color (decimal): -4208674 or 14600127. OLE color: 14600127.

HSL color Cylindrical-coordinate representation of color #BFC7DE: hue angle of 224.52º degrees, saturation: 0.32, 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 #BFC7DE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 199 222 -
CMYK 0.14 0.10 0 0.13
HSL 224.52º 0.32% 0.81% -
HSV(B) 224.52º 0.14% 0.87% -
XYZ 55.09 57.2 77.24 -
YUV 199.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 191 199 222 0.14 0.10 0 0.13 224.52 0.32 0.81
Hex BF C7 DE E A 0 D E1 20 51
Octal 277 307 336 16 12 0 15 341 40 121
Binary 10111111 11000111 11011110 1110 1010 0 1101 11100001 100000 1010001

Color Harmonies of #BFC7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7DE

Black with #BFC7DE

Text Example


Text Example

White with #BFC7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7DE; }

 p { color: rgb(191,199,222); }

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

background-color css

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

 a { background-color: rgb(191,199,222); }

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

border-color css

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

 span { border-color: rgb(191,199,222); }

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