Html Css Color HEX #BDCF81 Caper

📋 copy color: '#BDCF81'

red 189 ◦ green 207 ◦ blue 129

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

Shades of Caper #BDCF81

Tints of Caper #BDCF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.57%

R = 36%
G = 39.43%
B = 24.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#BDCF81 (or 0xBDCF81) is known color: Caper. HEX triplet: BD, CF and 81. RGB value is (189,207,129). Sum of RGB (Red+Green+Blue) = 189+207+129=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF81 is #42307E. Grayscale: #C1C1C1. Windows color (decimal): -4337791 or 8507325. OLE color: 8507325.

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

Color convert

RGB 189 207 129 -
CMYK 0.09 0 0.38 0.19
HSL 73.85º 0.45% 0.66% -
HSV(B) 73.85º 0.38% 0.81% -
XYZ 47.26 57.03 29.29 -
YUV 192.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 189 207 129 0.09 0 0.38 0.19 73.85 0.45 0.66
Hex BD CF 81 9 0 26 13 4A 2D 42
Octal 275 317 201 11 0 46 23 112 55 102
Binary 10111101 11001111 10000001 1001 0 100110 10011 1001010 101101 1000010

Color Harmonies of #BDCF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF81

Black with #BDCF81

Text Example


Text Example

White with #BDCF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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