Html Css Color HEX #BCB1CA Moon Raker

📋 copy color: '#BCB1CA'

red 188 ◦ green 177 ◦ blue 202

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

Shades of Moon Raker #BCB1CA

Tints of Moon Raker #BCB1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 33.16%
G = 31.22%
B = 35.63%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCB1CA (or 0xBCB1CA) is known color: Moon Raker. HEX triplet: BC, B1 and CA. RGB value is (188,177,202). Sum of RGB (Red+Green+Blue) = 188+177+202=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1CA is #434E35. Grayscale: #B7B7B7. Windows color (decimal): -4410934 or 13283772. OLE color: 13283772.

HSL color Cylindrical-coordinate representation of color #BCB1CA: hue angle of 266.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB1CA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 177 202 -
CMYK 0.07 0.12 0 0.21
HSL 266.4º 0.19% 0.74% -
HSV(B) 266.4º 0.12% 0.79% -
XYZ 47.12 46.4 62.35 -
YUV 183.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 188 177 202 0.07 0.12 0 0.21 266.4 0.19 0.74
Hex BC B1 CA 7 C 0 15 10A 13 4A
Octal 274 261 312 7 14 0 25 412 23 112
Binary 10111100 10110001 11001010 111 1100 0 10101 100001010 10011 1001010

Color Harmonies of #BCB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1CA

Black with #BCB1CA

Text Example


Text Example

White with #BCB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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