Html Css Color HEX #BFCBE1 Periwinkle

📋 copy color: '#BFCBE1'

red 191 ◦ green 203 ◦ blue 225

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

Shades of Periwinkle #BFCBE1

Tints of Periwinkle #BFCBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.79%

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

R = 30.86%
G = 32.79%
B = 36.35%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFCBE1 (or 0xBFCBE1) is known color: Periwinkle. HEX triplet: BF, CB and E1. RGB value is (191,203,225). Sum of RGB (Red+Green+Blue) = 191+203+225=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFCBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBE1 is #40341E. Grayscale: #C9C9C9. Windows color (decimal): -4207647 or 14797759. OLE color: 14797759.

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

Color convert

RGB 191 203 225 -
CMYK 0.15 0.10 0 0.12
HSL 218.82º 0.36% 0.82% -
HSV(B) 218.82º 0.15% 0.88% -
XYZ 56.43 59.22 79.69 -
YUV 201.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 191 203 225 0.15 0.10 0 0.12 218.82 0.36 0.82
Hex BF CB E1 F A 0 C DB 24 52
Octal 277 313 341 17 12 0 14 333 44 122
Binary 10111111 11001011 11100001 1111 1010 0 1100 11011011 100100 1010010

Color Harmonies of #BFCBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBE1

Black with #BFCBE1

Text Example


Text Example

White with #BFCBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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