Html Css Color HEX #B990CB East Side

📋 copy color: '#B990CB'

red 185 ◦ green 144 ◦ blue 203

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

Shades of East Side #B990CB

Tints of East Side #B990CB

RGB

 RED value IS 185 (72.66% from 255) = 34.77%

 GREEN value IS 144 (56.64% from 255) = 27.07%

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

R = 34.77%
G = 27.07%
B = 38.16%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B990CB (or 0xB990CB) is known color: East Side. HEX triplet: B9, 90 and CB. RGB value is (185,144,203). Sum of RGB (Red+Green+Blue) = 185+144+203=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #B990CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990CB is #466F34. Grayscale: #A2A2A2. Windows color (decimal): -4615989 or 13340857. OLE color: 13340857.

HSL color Cylindrical-coordinate representation of color #B990CB: hue angle of 281.69º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B990CB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 144 203 -
CMYK 0.09 0.29 0 0.20
HSL 281.69º 0.36% 0.68% -
HSV(B) 281.69º 0.29% 0.8% -
XYZ 40.76 34.57 61.02 -
YUV 162.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 185 144 203 0.09 0.29 0 0.20 281.69 0.36 0.68
Hex B9 90 CB 9 1D 0 14 11A 24 44
Octal 271 220 313 11 35 0 24 432 44 104
Binary 10111001 10010000 11001011 1001 11101 0 10100 100011010 100100 1000100

Color Harmonies of #B990CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990CB

Black with #B990CB

Text Example


Text Example

White with #B990CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990CB; }

 p { color: rgb(185,144,203); }

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

background-color css

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

 a { background-color: rgb(185,144,203); }

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

border-color css

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

 span { border-color: rgb(185,144,203); }

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