Html Css Color HEX #BFCABE Paris White

📋 copy color: '#BFCABE'

red 191 ◦ green 202 ◦ blue 190

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

Shades of Paris White #BFCABE

Tints of Paris White #BFCABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 32.76%
G = 34.65%
B = 32.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#BFCABE (or 0xBFCABE) is known color: Paris White. HEX triplet: BF, CA and BE. RGB value is (191,202,190). Sum of RGB (Red+Green+Blue) = 191+202+190=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCABE is #403541. Grayscale: #C5C5C5. Windows color (decimal): -4207938 or 12503743. OLE color: 12503743.

HSL color Cylindrical-coordinate representation of color #BFCABE: hue angle of 115º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCABE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 190 -
CMYK 0.05 0 0.06 0.21
HSL 115º 0.1% 0.77% -
HSV(B) 115º 0.06% 0.79% -
XYZ 51.9 57.04 56.99 -
YUV 197.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 191 202 190 0.05 0 0.06 0.21 115 0.1 0.77
Hex BF CA BE 5 0 6 15 73 A 4D
Octal 277 312 276 5 0 6 25 163 12 115
Binary 10111111 11001010 10111110 101 0 110 10101 1110011 1010 1001101

Color Harmonies of #BFCABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCABE

Black with #BFCABE

Text Example


Text Example

White with #BFCABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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