Html Css Color HEX #BCB1CB Moon Raker

📋 copy color: '#BCB1CB'

red 188 ◦ green 177 ◦ blue 203

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

Shades of Moon Raker #BCB1CB

Tints of Moon Raker #BCB1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.16%

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

R = 33.1%
G = 31.16%
B = 35.74%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCB1CB (or 0xBCB1CB) is known color: Moon Raker. HEX triplet: BC, B1 and CB. RGB value is (188,177,203). Sum of RGB (Red+Green+Blue) = 188+177+203=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1CB is #434E34. Grayscale: #B7B7B7. Windows color (decimal): -4410933 or 13349308. OLE color: 13349308.

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

Color convert

RGB 188 177 203 -
CMYK 0.07 0.13 0 0.20
HSL 265.38º 0.2% 0.75% -
HSV(B) 265.38º 0.13% 0.8% -
XYZ 47.24 46.45 62.98 -
YUV 183.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 188 177 203 0.07 0.13 0 0.20 265.38 0.2 0.75
Hex BC B1 CB 7 D 0 14 109 14 4B
Octal 274 261 313 7 15 0 24 411 24 113
Binary 10111100 10110001 11001011 111 1101 0 10100 100001001 10100 1001011

Color Harmonies of #BCB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1CB

Black with #BCB1CB

Text Example


Text Example

White with #BCB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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