Html Css Color HEX #BBB2CB Moon Raker

📋 copy color: '#BBB2CB'

red 187 ◦ green 178 ◦ blue 203

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

Shades of Moon Raker #BBB2CB

Tints of Moon Raker #BBB2CB

RGB

 RED value IS 187 (73.44% from 255) = 32.92%

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

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

R = 32.92%
G = 31.34%
B = 35.74%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB2CB (or 0xBBB2CB) is known color: Moon Raker. HEX triplet: BB, B2 and CB. RGB value is (187,178,203). Sum of RGB (Red+Green+Blue) = 187+178+203=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 178 (69.92% from 255 or 31.34% 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 #BBB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2CB is #444D34. Grayscale: #B7B7B7. Windows color (decimal): -4476213 or 13349563. OLE color: 13349563.

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

Color convert

RGB 187 178 203 -
CMYK 0.08 0.12 0 0.20
HSL 261.6º 0.19% 0.75% -
HSV(B) 261.6º 0.12% 0.8% -
XYZ 47.19 46.72 63.03 -
YUV 183.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 187 178 203 0.08 0.12 0 0.20 261.6 0.19 0.75
Hex BB B2 CB 8 C 0 14 106 13 4B
Octal 273 262 313 10 14 0 24 406 23 113
Binary 10111011 10110010 11001011 1000 1100 0 10100 100000110 10011 1001011

Color Harmonies of #BBB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2CB

Black with #BBB2CB

Text Example


Text Example

White with #BBB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2CB; }

 p { color: rgb(187,178,203); }

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

background-color css

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

 a { background-color: rgb(187,178,203); }

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

border-color css

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

 span { border-color: rgb(187,178,203); }

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