Html Css Color HEX #BBB4CB Moon Raker

📋 copy color: '#BBB4CB'

red 187 ◦ green 180 ◦ blue 203

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

Shades of Moon Raker #BBB4CB

Tints of Moon Raker #BBB4CB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.58%

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

R = 32.81%
G = 31.58%
B = 35.61%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB4CB (or 0xBBB4CB) is known color: Moon Raker. HEX triplet: BB, B4 and CB. RGB value is (187,180,203). Sum of RGB (Red+Green+Blue) = 187+180+203=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBB4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4CB is #444B34. Grayscale: #B8B8B8. Windows color (decimal): -4475701 or 13350075. OLE color: 13350075.

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

Color convert

RGB 187 180 203 -
CMYK 0.08 0.11 0 0.20
HSL 258.26º 0.18% 0.75% -
HSV(B) 258.26º 0.11% 0.8% -
XYZ 47.59 47.52 63.16 -
YUV 184.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 187 180 203 0.08 0.11 0 0.20 258.26 0.18 0.75
Hex BB B4 CB 8 B 0 14 102 12 4B
Octal 273 264 313 10 13 0 24 402 22 113
Binary 10111011 10110100 11001011 1000 1011 0 10100 100000010 10010 1001011

Color Harmonies of #BBB4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB4CB

Black with #BBB4CB

Text Example


Text Example

White with #BBB4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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