Html Css Color HEX #BF90CC Wisteria

📋 copy color: '#BF90CC'

red 191 ◦ green 144 ◦ blue 204

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

Shades of Wisteria #BF90CC

Tints of Wisteria #BF90CC

RGB

 RED value IS 191 (75% from 255) = 35.44%

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 35.44%
G = 26.72%
B = 37.85%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF90CC (or 0xBF90CC) is known color: Wisteria. HEX triplet: BF, 90 and CC. RGB value is (191,144,204). Sum of RGB (Red+Green+Blue) = 191+144+204=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90CC is #406F33. Grayscale: #A4A4A4. Windows color (decimal): -4222772 or 13406399. OLE color: 13406399.

HSL color Cylindrical-coordinate representation of color #BF90CC: hue angle of 287º degrees, saturation: 0.37, 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 #BF90CC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 144 204 -
CMYK 0.06 0.29 0 0.2
HSL 287º 0.37% 0.68% -
HSV(B) 287º 0.29% 0.8% -
XYZ 42.36 35.38 61.72 -
YUV 164.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 191 144 204 0.06 0.29 0 0.2 287 0.37 0.68
Hex BF 90 CC 6 1D 0 14 11F 25 44
Octal 277 220 314 6 35 0 24 437 45 104
Binary 10111111 10010000 11001100 110 11101 0 10100 100011111 100101 1000100

Color Harmonies of #BF90CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90CC

Black with #BF90CC

Text Example


Text Example

White with #BF90CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90CC; }

 p { color: rgb(191,144,204); }

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

background-color css

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

 a { background-color: rgb(191,144,204); }

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

border-color css

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

 span { border-color: rgb(191,144,204); }

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