Html Css Color HEX #BCCCBE Paris White

📋 copy color: '#BCCCBE'

red 188 ◦ green 204 ◦ blue 190

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

Shades of Paris White #BCCCBE

Tints of Paris White #BCCCBE

RGB

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

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

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

R = 32.3%
G = 35.05%
B = 32.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#BCCCBE (or 0xBCCCBE) is known color: Paris White. HEX triplet: BC, CC and BE. RGB value is (188,204,190). Sum of RGB (Red+Green+Blue) = 188+204+190=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCBE is #433341. Grayscale: #C5C5C5. Windows color (decimal): -4404034 or 12504252. OLE color: 12504252.

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

Color convert

RGB 188 204 190 -
CMYK 0.08 0 0.07 0.2
HSL 127.5º 0.14% 0.77% -
HSV(B) 127.5º 0.08% 0.8% -
XYZ 51.63 57.59 57.11 -
YUV 197.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 188 204 190 0.08 0 0.07 0.2 127.5 0.14 0.77
Hex BC CC BE 8 0 7 14 80 E 4D
Octal 274 314 276 10 0 7 24 200 16 115
Binary 10111100 11001100 10111110 1000 0 111 10100 10000000 1110 1001101

Color Harmonies of #BCCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCBE

Black with #BCCCBE

Text Example


Text Example

White with #BCCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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