Html Css Color HEX #BFCAE0 Periwinkle

📋 copy color: '#BFCAE0'

red 191 ◦ green 202 ◦ blue 224

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

Shades of Periwinkle #BFCAE0

Tints of Periwinkle #BFCAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.3%

R = 30.96%
G = 32.74%
B = 36.3%

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

#BFCAE0 (or 0xBFCAE0) is known color: Periwinkle. HEX triplet: BF, CA and E0. RGB value is (191,202,224). Sum of RGB (Red+Green+Blue) = 191+202+224=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAE0 is #40351F. Grayscale: #C9C9C9. Windows color (decimal): -4207904 or 14731967. OLE color: 14731967.

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

Color convert

RGB 191 202 224 -
CMYK 0.15 0.10 0 0.12
HSL 220º 0.35% 0.81% -
HSV(B) 220º 0.15% 0.88% -
XYZ 56.06 58.7 78.9 -
YUV 201.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 191 202 224 0.15 0.10 0 0.12 220 0.35 0.81
Hex BF CA E0 F A 0 C DC 23 51
Octal 277 312 340 17 12 0 14 334 43 121
Binary 10111111 11001010 11100000 1111 1010 0 1100 11011100 100011 1010001

Color Harmonies of #BFCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAE0

Black with #BFCAE0

Text Example


Text Example

White with #BFCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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