Html Css Color HEX #BCB2CA Moon Raker

📋 copy color: '#BCB2CA'

red 188 ◦ green 178 ◦ blue 202

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

Shades of Moon Raker #BCB2CA

Tints of Moon Raker #BCB2CA

RGB

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

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

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

R = 33.1%
G = 31.34%
B = 35.56%

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

#BCB2CA (or 0xBCB2CA) is known color: Moon Raker. HEX triplet: BC, B2 and CA. RGB value is (188,178,202). Sum of RGB (Red+Green+Blue) = 188+178+202=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2CA is #434D35. Grayscale: #B7B7B7. Windows color (decimal): -4410678 or 13284028. OLE color: 13284028.

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

Color convert

RGB 188 178 202 -
CMYK 0.07 0.12 0 0.21
HSL 265º 0.18% 0.75% -
HSV(B) 265º 0.12% 0.79% -
XYZ 47.32 46.8 62.42 -
YUV 183.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 188 178 202 0.07 0.12 0 0.21 265 0.18 0.75
Hex BC B2 CA 7 C 0 15 109 12 4B
Octal 274 262 312 7 14 0 25 411 22 113
Binary 10111100 10110010 11001010 111 1100 0 10101 100001001 10010 1001011

Color Harmonies of #BCB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2CA

Black with #BCB2CA

Text Example


Text Example

White with #BCB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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