Html Css Color HEX #BCCDBF Paris White

📋 copy color: '#BCCDBF'

red 188 ◦ green 205 ◦ blue 191

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

Shades of Paris White #BCCDBF

Tints of Paris White #BCCDBF

RGB

 RED value IS 188 (73.83% from 255) = 32.19%

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

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

R = 32.19%
G = 35.1%
B = 32.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#BCCDBF (or 0xBCCDBF) is known color: Paris White. HEX triplet: BC, CD and BF. RGB value is (188,205,191). Sum of RGB (Red+Green+Blue) = 188+205+191=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDBF is #433240. Grayscale: #C6C6C6. Windows color (decimal): -4403777 or 12570044. OLE color: 12570044.

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

Color convert

RGB 188 205 191 -
CMYK 0.08 0 0.07 0.20
HSL 130.59º 0.15% 0.77% -
HSV(B) 130.59º 0.08% 0.8% -
XYZ 51.97 58.12 57.77 -
YUV 198.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 188 205 191 0.08 0 0.07 0.20 130.59 0.15 0.77
Hex BC CD BF 8 0 7 14 83 F 4D
Octal 274 315 277 10 0 7 24 203 17 115
Binary 10111100 11001101 10111111 1000 0 111 10100 10000011 1111 1001101

Color Harmonies of #BCCDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDBF

Black with #BCCDBF

Text Example


Text Example

White with #BCCDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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