Html Css Color HEX #BCCDBE Paris White

📋 copy color: '#BCCDBE'

red 188 ◦ green 205 ◦ blue 190

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

Shades of Paris White #BCCDBE

Tints of Paris White #BCCDBE

RGB

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

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

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

R = 32.25%
G = 35.16%
B = 32.59%

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

#BCCDBE (or 0xBCCDBE) is known color: Paris White. HEX triplet: BC, CD and BE. RGB value is (188,205,190). Sum of RGB (Red+Green+Blue) = 188+205+190=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDBE is #433241. Grayscale: #C6C6C6. Windows color (decimal): -4403778 or 12504508. OLE color: 12504508.

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

Color convert

RGB 188 205 190 -
CMYK 0.08 0 0.07 0.20
HSL 127.06º 0.15% 0.77% -
HSV(B) 127.06º 0.08% 0.8% -
XYZ 51.86 58.07 57.19 -
YUV 198.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 188 205 190 0.08 0 0.07 0.20 127.06 0.15 0.77
Hex BC CD BE 8 0 7 14 7F F 4D
Octal 274 315 276 10 0 7 24 177 17 115
Binary 10111100 11001101 10111110 1000 0 111 10100 1111111 1111 1001101

Color Harmonies of #BCCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDBE

Black with #BCCDBE

Text Example


Text Example

White with #BCCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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