Html Css Color HEX #BFC4E5 Periwinkle

📋 copy color: '#BFC4E5'

red 191 ◦ green 196 ◦ blue 229

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

Shades of Periwinkle #BFC4E5

Tints of Periwinkle #BFC4E5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.82%

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

R = 31.01%
G = 31.82%
B = 37.18%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFC4E5 (or 0xBFC4E5) is known color: Periwinkle. HEX triplet: BF, C4 and E5. RGB value is (191,196,229). Sum of RGB (Red+Green+Blue) = 191+196+229=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4E5 is #403B1A. Grayscale: #C6C6C6. Windows color (decimal): -4209435 or 15058111. OLE color: 15058111.

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

Color convert

RGB 191 196 229 -
CMYK 0.17 0.14 0 0.10
HSL 232.11º 0.42% 0.82% -
HSV(B) 232.11º 0.17% 0.9% -
XYZ 55.37 56.21 82.06 -
YUV 198.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 191 196 229 0.17 0.14 0 0.10 232.11 0.42 0.82
Hex BF C4 E5 11 E 0 A E8 2A 52
Octal 277 304 345 21 16 0 12 350 52 122
Binary 10111111 11000100 11100101 10001 1110 0 1010 11101000 101010 1010010

Color Harmonies of #BFC4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC4E5

Black with #BFC4E5

Text Example


Text Example

White with #BFC4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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