Html Css Color HEX #BFCAE5 Periwinkle

📋 copy color: '#BFCAE5'

red 191 ◦ green 202 ◦ blue 229

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

Shades of Periwinkle #BFCAE5

Tints of Periwinkle #BFCAE5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.48%

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

R = 30.71%
G = 32.48%
B = 36.82%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFCAE5 (or 0xBFCAE5) is known color: Periwinkle. HEX triplet: BF, CA and E5. RGB value is (191,202,229). Sum of RGB (Red+Green+Blue) = 191+202+229=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAE5 is #40351A. Grayscale: #C9C9C9. Windows color (decimal): -4207899 or 15059647. OLE color: 15059647.

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

Color convert

RGB 191 202 229 -
CMYK 0.17 0.12 0 0.10
HSL 222.63º 0.42% 0.82% -
HSV(B) 222.63º 0.17% 0.9% -
XYZ 56.75 58.97 82.52 -
YUV 201.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 191 202 229 0.17 0.12 0 0.10 222.63 0.42 0.82
Hex BF CA E5 11 C 0 A DF 2A 52
Octal 277 312 345 21 14 0 12 337 52 122
Binary 10111111 11001010 11100101 10001 1100 0 1010 11011111 101010 1010010

Color Harmonies of #BFCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAE5

Black with #BFCAE5

Text Example


Text Example

White with #BFCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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