Html Css Color HEX #BDCCBE Paris White

📋 copy color: '#BDCCBE'

red 189 ◦ green 204 ◦ blue 190

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

Shades of Paris White #BDCCBE

Tints of Paris White #BDCCBE

RGB

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

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

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

R = 32.42%
G = 34.99%
B = 32.59%

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

#BDCCBE (or 0xBDCCBE) is known color: Paris White. HEX triplet: BD, CC and BE. RGB value is (189,204,190). Sum of RGB (Red+Green+Blue) = 189+204+190=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCBE is #423341. Grayscale: #C5C5C5. Windows color (decimal): -4338498 or 12504253. OLE color: 12504253.

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

Color convert

RGB 189 204 190 -
CMYK 0.07 0 0.07 0.2
HSL 124º 0.13% 0.77% -
HSV(B) 124º 0.07% 0.8% -
XYZ 51.87 57.72 57.12 -
YUV 197.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 189 204 190 0.07 0 0.07 0.2 124 0.13 0.77
Hex BD CC BE 7 0 7 14 7C D 4D
Octal 275 314 276 7 0 7 24 174 15 115
Binary 10111101 11001100 10111110 111 0 111 10100 1111100 1101 1001101

Color Harmonies of #BDCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCBE

Black with #BDCCBE

Text Example


Text Example

White with #BDCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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