Html Css Color HEX #BFC7F4 Periwinkle

📋 copy color: '#BFC7F4'

red 191 ◦ green 199 ◦ blue 244

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

Shades of Periwinkle #BFC7F4

Tints of Periwinkle #BFC7F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.49%

R = 30.13%
G = 31.39%
B = 38.49%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFC7F4 (or 0xBFC7F4) is known color: Periwinkle. HEX triplet: BF, C7 and F4. RGB value is (191,199,244). Sum of RGB (Red+Green+Blue) = 191+199+244=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFC7F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7F4 is #40380B. Grayscale: #C9C9C9. Windows color (decimal): -4208652 or 16041919. OLE color: 16041919.

HSL color Cylindrical-coordinate representation of color #BFC7F4: hue angle of 230.94º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC7F4 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 199 244 -
CMYK 0.22 0.18 0 0.04
HSL 230.94º 0.71% 0.85% -
HSV(B) 230.94º 0.22% 0.96% -
XYZ 58.24 58.45 93.8 -
YUV 201.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 191 199 244 0.22 0.18 0 0.04 230.94 0.71 0.85
Hex BF C7 F4 16 12 0 4 E7 47 55
Octal 277 307 364 26 22 0 4 347 107 125
Binary 10111111 11000111 11110100 10110 10010 0 100 11100111 1000111 1010101

Color Harmonies of #BFC7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7F4

Black with #BFC7F4

Text Example


Text Example

White with #BFC7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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