Html Css Color HEX #BFD1E7 Periwinkle

📋 copy color: '#BFD1E7'

red 191 ◦ green 209 ◦ blue 231

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

Shades of Periwinkle #BFD1E7

Tints of Periwinkle #BFD1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.61%

R = 30.27%
G = 33.12%
B = 36.61%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFD1E7 (or 0xBFD1E7) is known color: Periwinkle. HEX triplet: BF, D1 and E7. RGB value is (191,209,231). Sum of RGB (Red+Green+Blue) = 191+209+231=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFD1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1E7 is #402E18. Grayscale: #CECECE. Windows color (decimal): -4206105 or 15192511. OLE color: 15192511.

HSL color Cylindrical-coordinate representation of color #BFD1E7: hue angle of 213º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD1E7 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 209 231 -
CMYK 0.17 0.10 0 0.09
HSL 213º 0.45% 0.83% -
HSV(B) 213º 0.17% 0.91% -
XYZ 58.71 62.45 84.56 -
YUV 206.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 191 209 231 0.17 0.10 0 0.09 213 0.45 0.83
Hex BF D1 E7 11 A 0 9 D5 2D 53
Octal 277 321 347 21 12 0 11 325 55 123
Binary 10111111 11010001 11100111 10001 1010 0 1001 11010101 101101 1010011

Color Harmonies of #BFD1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1E7

Black with #BFD1E7

Text Example


Text Example

White with #BFD1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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