Html Css Color HEX #BBB0CA Moon Raker

📋 copy color: '#BBB0CA'

red 187 ◦ green 176 ◦ blue 202

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

Shades of Moon Raker #BBB0CA

Tints of Moon Raker #BBB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

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

R = 33.1%
G = 31.15%
B = 35.75%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBB0CA (or 0xBBB0CA) is known color: Moon Raker. HEX triplet: BB, B0 and CA. RGB value is (187,176,202). Sum of RGB (Red+Green+Blue) = 187+176+202=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0CA is #444F35. Grayscale: #B6B6B6. Windows color (decimal): -4476726 or 13283515. OLE color: 13283515.

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

Color convert

RGB 187 176 202 -
CMYK 0.07 0.13 0 0.21
HSL 265.38º 0.2% 0.74% -
HSV(B) 265.38º 0.13% 0.79% -
XYZ 46.68 45.88 62.27 -
YUV 182.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 187 176 202 0.07 0.13 0 0.21 265.38 0.2 0.74
Hex BB B0 CA 7 D 0 15 109 14 4A
Octal 273 260 312 7 15 0 25 411 24 112
Binary 10111011 10110000 11001010 111 1101 0 10101 100001001 10100 1001010

Color Harmonies of #BBB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0CA

Black with #BBB0CA

Text Example


Text Example

White with #BBB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0CA; }

 p { color: rgb(187,176,202); }

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

background-color css

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

 a { background-color: rgb(187,176,202); }

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

border-color css

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

 span { border-color: rgb(187,176,202); }

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