Html Css Color HEX #BCADCB Moon Raker

📋 copy color: '#BCADCB'

red 188 ◦ green 173 ◦ blue 203

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

Shades of Moon Raker #BCADCB

Tints of Moon Raker #BCADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 33.33%
G = 30.67%
B = 35.99%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCADCB (or 0xBCADCB) is known color: Moon Raker. HEX triplet: BC, AD and CB. RGB value is (188,173,203). Sum of RGB (Red+Green+Blue) = 188+173+203=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADCB is #435234. Grayscale: #B4B4B4. Windows color (decimal): -4411957 or 13348284. OLE color: 13348284.

HSL color Cylindrical-coordinate representation of color #BCADCB: hue angle of 270º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCADCB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 173 203 -
CMYK 0.07 0.15 0 0.20
HSL 270º 0.22% 0.74% -
HSV(B) 270º 0.15% 0.8% -
XYZ 46.46 44.89 62.72 -
YUV 180.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 188 173 203 0.07 0.15 0 0.20 270 0.22 0.74
Hex BC AD CB 7 F 0 14 10E 16 4A
Octal 274 255 313 7 17 0 24 416 26 112
Binary 10111100 10101101 11001011 111 1111 0 10100 100001110 10110 1001010

Color Harmonies of #BCADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADCB

Black with #BCADCB

Text Example


Text Example

White with #BCADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADCB; }

 p { color: rgb(188,173,203); }

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

background-color css

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

 a { background-color: rgb(188,173,203); }

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

border-color css

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

 span { border-color: rgb(188,173,203); }

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