Html Css Color HEX #BFC7E5 Periwinkle

📋 copy color: '#BFC7E5'

red 191 ◦ green 199 ◦ blue 229

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

Shades of Periwinkle #BFC7E5

Tints of Periwinkle #BFC7E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37%

R = 30.86%
G = 32.15%
B = 37%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFC7E5 (or 0xBFC7E5) is known color: Periwinkle. HEX triplet: BF, C7 and E5. RGB value is (191,199,229). Sum of RGB (Red+Green+Blue) = 191+199+229=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFC7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7E5 is #40381A. Grayscale: #C7C7C7. Windows color (decimal): -4208667 or 15058879. OLE color: 15058879.

HSL color Cylindrical-coordinate representation of color #BFC7E5: hue angle of 227.37º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC7E5 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 199 229 -
CMYK 0.17 0.13 0 0.10
HSL 227.37º 0.42% 0.82% -
HSV(B) 227.37º 0.17% 0.9% -
XYZ 56.05 57.58 82.29 -
YUV 200.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 191 199 229 0.17 0.13 0 0.10 227.37 0.42 0.82
Hex BF C7 E5 11 D 0 A E3 2A 52
Octal 277 307 345 21 15 0 12 343 52 122
Binary 10111111 11000111 11100101 10001 1101 0 1010 11100011 101010 1010010

Color Harmonies of #BFC7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7E5

Black with #BFC7E5

Text Example


Text Example

White with #BFC7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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