Html Css Color HEX #BDCDBC Paris White

📋 copy color: '#BDCDBC'

red 189 ◦ green 205 ◦ blue 188

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

Shades of Paris White #BDCDBC

Tints of Paris White #BDCDBC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.22%

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

R = 32.47%
G = 35.22%
B = 32.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#BDCDBC (or 0xBDCDBC) is known color: Paris White. HEX triplet: BD, CD and BC. RGB value is (189,205,188). Sum of RGB (Red+Green+Blue) = 189+205+188=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDBC is #423243. Grayscale: #C6C6C6. Windows color (decimal): -4338244 or 12373437. OLE color: 12373437.

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

Color convert

RGB 189 205 188 -
CMYK 0.08 0 0.08 0.20
HSL 116.47º 0.15% 0.77% -
HSV(B) 116.47º 0.08% 0.8% -
XYZ 51.89 58.11 56.06 -
YUV 198.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 189 205 188 0.08 0 0.08 0.20 116.47 0.15 0.77
Hex BD CD BC 8 0 8 14 74 F 4D
Octal 275 315 274 10 0 10 24 164 17 115
Binary 10111101 11001101 10111100 1000 0 1000 10100 1110100 1111 1001101

Color Harmonies of #BDCDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDBC

Black with #BDCDBC

Text Example


Text Example

White with #BDCDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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