Html Css Color HEX #BCB2CC Moon Raker

📋 copy color: '#BCB2CC'

red 188 ◦ green 178 ◦ blue 204

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

Shades of Moon Raker #BCB2CC

Tints of Moon Raker #BCB2CC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 32.98%
G = 31.23%
B = 35.79%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCB2CC (or 0xBCB2CC) is known color: Moon Raker. HEX triplet: BC, B2 and CC. RGB value is (188,178,204). Sum of RGB (Red+Green+Blue) = 188+178+204=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2CC is #434D33. Grayscale: #B7B7B7. Windows color (decimal): -4410676 or 13415100. OLE color: 13415100.

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

Color convert

RGB 188 178 204 -
CMYK 0.08 0.13 0 0.2
HSL 263.08º 0.2% 0.75% -
HSV(B) 263.08º 0.13% 0.8% -
XYZ 47.56 46.89 63.67 -
YUV 183.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 188 178 204 0.08 0.13 0 0.2 263.08 0.2 0.75
Hex BC B2 CC 8 D 0 14 107 14 4B
Octal 274 262 314 10 15 0 24 407 24 113
Binary 10111100 10110010 11001100 1000 1101 0 10100 100000111 10100 1001011

Color Harmonies of #BCB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2CC

Black with #BCB2CC

Text Example


Text Example

White with #BCB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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