Html Css Color HEX #BFC7F1 Periwinkle

📋 copy color: '#BFC7F1'

red 191 ◦ green 199 ◦ blue 241

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

Shades of Periwinkle #BFC7F1

Tints of Periwinkle #BFC7F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.19%

R = 30.27%
G = 31.54%
B = 38.19%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFC7F1 (or 0xBFC7F1) is known color: Periwinkle. HEX triplet: BF, C7 and F1. RGB value is (191,199,241). Sum of RGB (Red+Green+Blue) = 191+199+241=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFC7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7F1 is #40380E. Grayscale: #C9C9C9. Windows color (decimal): -4208655 or 15845311. OLE color: 15845311.

HSL color Cylindrical-coordinate representation of color #BFC7F1: hue angle of 230.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC7F1 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 199 241 -
CMYK 0.21 0.17 0 0.05
HSL 230.4º 0.64% 0.85% -
HSV(B) 230.4º 0.21% 0.95% -
XYZ 57.79 58.27 91.42 -
YUV 201.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 191 199 241 0.21 0.17 0 0.05 230.4 0.64 0.85
Hex BF C7 F1 15 11 0 5 E6 40 55
Octal 277 307 361 25 21 0 5 346 100 125
Binary 10111111 11000111 11110001 10101 10001 0 101 11100110 1000000 1010101

Color Harmonies of #BFC7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7F1

Black with #BFC7F1

Text Example


Text Example

White with #BFC7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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