Html Css Color HEX #BFD1E5 Periwinkle

📋 copy color: '#BFD1E5'

red 191 ◦ green 209 ◦ blue 229

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

Shades of Periwinkle #BFD1E5

Tints of Periwinkle #BFD1E5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.23%

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

R = 30.37%
G = 33.23%
B = 36.41%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFD1E5 (or 0xBFD1E5) is known color: Periwinkle. HEX triplet: BF, D1 and E5. RGB value is (191,209,229). Sum of RGB (Red+Green+Blue) = 191+209+229=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFD1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1E5 is #402E1A. Grayscale: #CDCDCD. Windows color (decimal): -4206107 or 15061439. OLE color: 15061439.

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

Color convert

RGB 191 209 229 -
CMYK 0.17 0.09 0 0.10
HSL 211.58º 0.42% 0.82% -
HSV(B) 211.58º 0.17% 0.9% -
XYZ 58.43 62.33 83.08 -
YUV 205.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 191 209 229 0.17 0.09 0 0.10 211.58 0.42 0.82
Hex BF D1 E5 11 9 0 A D4 2A 52
Octal 277 321 345 21 11 0 12 324 52 122
Binary 10111111 11010001 11100101 10001 1001 0 1010 11010100 101010 1010010

Color Harmonies of #BFD1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1E5

Black with #BFD1E5

Text Example


Text Example

White with #BFD1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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