Html Css Color HEX #BDCBBC Paris White

📋 copy color: '#BDCBBC'

red 189 ◦ green 203 ◦ blue 188

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

Shades of Paris White #BDCBBC

Tints of Paris White #BDCBBC

RGB

 RED value IS 189 (74.22% from 255) = 32.59%

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

 BLUE value IS 188 (73.83% from 255) = 32.41%

R = 32.59%
G = 35%
B = 32.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#BDCBBC (or 0xBDCBBC) is known color: Paris White. HEX triplet: BD, CB and BC. RGB value is (189,203,188). Sum of RGB (Red+Green+Blue) = 189+203+188=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBBC is #423443. Grayscale: #C5C5C5. Windows color (decimal): -4338756 or 12372925. OLE color: 12372925.

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

Color convert

RGB 189 203 188 -
CMYK 0.07 0 0.07 0.20
HSL 116º 0.13% 0.77% -
HSV(B) 116º 0.07% 0.8% -
XYZ 51.42 57.16 55.9 -
YUV 197.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 189 203 188 0.07 0 0.07 0.20 116 0.13 0.77
Hex BD CB BC 7 0 7 14 74 D 4D
Octal 275 313 274 7 0 7 24 164 15 115
Binary 10111101 11001011 10111100 111 0 111 10100 1110100 1101 1001101

Color Harmonies of #BDCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBBC

Black with #BDCBBC

Text Example


Text Example

White with #BDCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBBC; }

 p { color: rgb(189,203,188); }

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

background-color css

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

 a { background-color: rgb(189,203,188); }

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

border-color css

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

 span { border-color: rgb(189,203,188); }

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