Html Css Color HEX #BDCF84 Caper

📋 copy color: '#BDCF84'

red 189 ◦ green 207 ◦ blue 132

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

Shades of Caper #BDCF84

Tints of Caper #BDCF84

RGB

 RED value IS 189 (74.22% from 255) = 35.8%

 GREEN value IS 207 (81.25% from 255) = 39.2%

 BLUE value IS 132 (51.95% from 255) = 25%

R = 35.8%
G = 39.2%
B = 25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#BDCF84 (or 0xBDCF84) is known color: Caper. HEX triplet: BD, CF and 84. RGB value is (189,207,132). Sum of RGB (Red+Green+Blue) = 189+207+132=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF84 is #42307B. Grayscale: #C1C1C1. Windows color (decimal): -4337788 or 8703933. OLE color: 8703933.

HSL color Cylindrical-coordinate representation of color #BDCF84: hue angle of 74.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDCF84 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 132 -
CMYK 0.09 0 0.36 0.19
HSL 74.4º 0.44% 0.66% -
HSV(B) 74.4º 0.36% 0.81% -
XYZ 47.46 57.11 30.35 -
YUV 193.07 93.54 125.1 -
System Red Green Blue C M Y K H S L
Decimal 189 207 132 0.09 0 0.36 0.19 74.4 0.44 0.66
Hex BD CF 84 9 0 24 13 4A 2C 42
Octal 275 317 204 11 0 44 23 112 54 102
Binary 10111101 11001111 10000100 1001 0 100100 10011 1001010 101100 1000010

Color Harmonies of #BDCF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF84

Black with #BDCF84

Text Example


Text Example

White with #BDCF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF84; }

 p { color: rgb(189,207,132); }

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

background-color css

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

 a { background-color: rgb(189,207,132); }

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

border-color css

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

 span { border-color: rgb(189,207,132); }

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