Html Css Color HEX #BFCAE3 Periwinkle

📋 copy color: '#BFCAE3'

red 191 ◦ green 202 ◦ blue 227

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

Shades of Periwinkle #BFCAE3

Tints of Periwinkle #BFCAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.61%

R = 30.81%
G = 32.58%
B = 36.61%

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

#BFCAE3 (or 0xBFCAE3) is known color: Periwinkle. HEX triplet: BF, CA and E3. RGB value is (191,202,227). Sum of RGB (Red+Green+Blue) = 191+202+227=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAE3 is #40351C. Grayscale: #C9C9C9. Windows color (decimal): -4207901 or 14928575. OLE color: 14928575.

HSL color Cylindrical-coordinate representation of color #BFCAE3: hue angle of 221.67º degrees, saturation: 0.39, 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 #BFCAE3 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 202 227 -
CMYK 0.16 0.11 0 0.11
HSL 221.67º 0.39% 0.82% -
HSV(B) 221.67º 0.16% 0.89% -
XYZ 56.47 58.86 81.06 -
YUV 201.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 191 202 227 0.16 0.11 0 0.11 221.67 0.39 0.82
Hex BF CA E3 10 B 0 B DE 27 52
Octal 277 312 343 20 13 0 13 336 47 122
Binary 10111111 11001010 11100011 10000 1011 0 1011 11011110 100111 1010010

Color Harmonies of #BFCAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAE3

Black with #BFCAE3

Text Example


Text Example

White with #BFCAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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