Html Css Color HEX #BFCBBE Paris White

📋 copy color: '#BFCBBE'

red 191 ◦ green 203 ◦ blue 190

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

Shades of Paris White #BFCBBE

Tints of Paris White #BFCBBE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.76%

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

R = 32.71%
G = 34.76%
B = 32.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#BFCBBE (or 0xBFCBBE) is known color: Paris White. HEX triplet: BF, CB and BE. RGB value is (191,203,190). Sum of RGB (Red+Green+Blue) = 191+203+190=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBBE is #403441. Grayscale: #C5C5C5. Windows color (decimal): -4207682 or 12503999. OLE color: 12503999.

HSL color Cylindrical-coordinate representation of color #BFCBBE: hue angle of 115.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCBBE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 190 -
CMYK 0.06 0 0.06 0.20
HSL 115.38º 0.11% 0.77% -
HSV(B) 115.38º 0.06% 0.8% -
XYZ 52.14 57.51 57.07 -
YUV 197.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 191 203 190 0.06 0 0.06 0.20 115.38 0.11 0.77
Hex BF CB BE 6 0 6 14 73 B 4D
Octal 277 313 276 6 0 6 24 163 13 115
Binary 10111111 11001011 10111110 110 0 110 10100 1110011 1011 1001101

Color Harmonies of #BFCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBBE

Black with #BFCBBE

Text Example


Text Example

White with #BFCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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