Html Css Color HEX #BFCCE1 Periwinkle

📋 copy color: '#BFCCE1'

red 191 ◦ green 204 ◦ blue 225

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

Shades of Periwinkle #BFCCE1

Tints of Periwinkle #BFCCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.9%

 BLUE value IS 225 (88.28% from 255) = 36.29%

R = 30.81%
G = 32.9%
B = 36.29%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFCCE1 (or 0xBFCCE1) is known color: Periwinkle. HEX triplet: BF, CC and E1. RGB value is (191,204,225). Sum of RGB (Red+Green+Blue) = 191+204+225=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCE1 is #40331E. Grayscale: #CACACA. Windows color (decimal): -4207391 or 14798015. OLE color: 14798015.

HSL color Cylindrical-coordinate representation of color #BFCCE1: hue angle of 217.06º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCCE1 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 204 225 -
CMYK 0.15 0.09 0 0.12
HSL 217.06º 0.36% 0.82% -
HSV(B) 217.06º 0.15% 0.88% -
XYZ 56.67 59.7 79.77 -
YUV 202.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 191 204 225 0.15 0.09 0 0.12 217.06 0.36 0.82
Hex BF CC E1 F 9 0 C D9 24 52
Octal 277 314 341 17 11 0 14 331 44 122
Binary 10111111 11001100 11100001 1111 1001 0 1100 11011001 100100 1010010

Color Harmonies of #BFCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCE1

Black with #BFCCE1

Text Example


Text Example

White with #BFCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCE1; }

 p { color: rgb(191,204,225); }

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

background-color css

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

 a { background-color: rgb(191,204,225); }

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

border-color css

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

 span { border-color: rgb(191,204,225); }

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