Html Css Color HEX #BBB2CA Moon Raker

📋 copy color: '#BBB2CA'

red 187 ◦ green 178 ◦ blue 202

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

Shades of Moon Raker #BBB2CA

Tints of Moon Raker #BBB2CA

RGB

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

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

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

R = 32.98%
G = 31.39%
B = 35.63%

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

#BBB2CA (or 0xBBB2CA) is known color: Moon Raker. HEX triplet: BB, B2 and CA. RGB value is (187,178,202). Sum of RGB (Red+Green+Blue) = 187+178+202=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2CA is #444D35. Grayscale: #B7B7B7. Windows color (decimal): -4476214 or 13284027. OLE color: 13284027.

HSL color Cylindrical-coordinate representation of color #BBB2CA: hue angle of 262.5º 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 #BBB2CA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 178 202 -
CMYK 0.07 0.12 0 0.21
HSL 262.5º 0.18% 0.75% -
HSV(B) 262.5º 0.12% 0.79% -
XYZ 47.07 46.67 62.4 -
YUV 183.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 187 178 202 0.07 0.12 0 0.21 262.5 0.18 0.75
Hex BB B2 CA 7 C 0 15 106 12 4B
Octal 273 262 312 7 14 0 25 406 22 113
Binary 10111011 10110010 11001010 111 1100 0 10101 100000110 10010 1001011

Color Harmonies of #BBB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2CA

Black with #BBB2CA

Text Example


Text Example

White with #BBB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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