Html Css Color HEX #BDCCBD Paris White

📋 copy color: '#BDCCBD'

red 189 ◦ green 204 ◦ blue 189

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

Shades of Paris White #BDCCBD

Tints of Paris White #BDCCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.05%

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

R = 32.47%
G = 35.05%
B = 32.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#BDCCBD (or 0xBDCCBD) is known color: Paris White. HEX triplet: BD, CC and BD. RGB value is (189,204,189). Sum of RGB (Red+Green+Blue) = 189+204+189=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCBD is #423342. Grayscale: #C5C5C5. Windows color (decimal): -4338499 or 12438717. OLE color: 12438717.

HSL color Cylindrical-coordinate representation of color #BDCCBD: hue angle of 120º 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 #BDCCBD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 189 -
CMYK 0.07 0 0.07 0.2
HSL 120º 0.13% 0.77% -
HSV(B) 120º 0.07% 0.8% -
XYZ 51.76 57.68 56.55 -
YUV 197.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 189 204 189 0.07 0 0.07 0.2 120 0.13 0.77
Hex BD CC BD 7 0 7 14 78 D 4D
Octal 275 314 275 7 0 7 24 170 15 115
Binary 10111101 11001100 10111101 111 0 111 10100 1111000 1101 1001101

Color Harmonies of #BDCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCBD

Black with #BDCCBD

Text Example


Text Example

White with #BDCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCBD; }

 p { color: rgb(189,204,189); }

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

background-color css

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

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

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

border-color css

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

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

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