Html Css Color HEX #BFCAE4 Periwinkle

📋 copy color: '#BFCAE4'

red 191 ◦ green 202 ◦ blue 228

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

Shades of Periwinkle #BFCAE4

Tints of Periwinkle #BFCAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.71%

R = 30.76%
G = 32.53%
B = 36.71%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFCAE4 (or 0xBFCAE4) is known color: Periwinkle. HEX triplet: BF, CA and E4. RGB value is (191,202,228). Sum of RGB (Red+Green+Blue) = 191+202+228=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFCAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAE4 is #40351B. Grayscale: #C9C9C9. Windows color (decimal): -4207900 or 14994111. OLE color: 14994111.

HSL color Cylindrical-coordinate representation of color #BFCAE4: hue angle of 222.16º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCAE4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 202 228 -
CMYK 0.16 0.11 0 0.11
HSL 222.16º 0.41% 0.82% -
HSV(B) 222.16º 0.16% 0.89% -
XYZ 56.61 58.92 81.79 -
YUV 201.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 191 202 228 0.16 0.11 0 0.11 222.16 0.41 0.82
Hex BF CA E4 10 B 0 B DE 29 52
Octal 277 312 344 20 13 0 13 336 51 122
Binary 10111111 11001010 11100100 10000 1011 0 1011 11011110 101001 1010010

Color Harmonies of #BFCAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAE4

Black with #BFCAE4

Text Example


Text Example

White with #BFCAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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