Html Css Color HEX #BDCF8B Caper

📋 copy color: '#BDCF8B'

red 189 ◦ green 207 ◦ blue 139

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

Shades of Caper #BDCF8B

Tints of Caper #BDCF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.98%

R = 35.33%
G = 38.69%
B = 25.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#BDCF8B (or 0xBDCF8B) is known color: Caper. HEX triplet: BD, CF and 8B. RGB value is (189,207,139). Sum of RGB (Red+Green+Blue) = 189+207+139=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF8B is #423074. Grayscale: #C2C2C2. Windows color (decimal): -4337781 or 9162685. OLE color: 9162685.

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

Color convert

RGB 189 207 139 -
CMYK 0.09 0 0.33 0.19
HSL 75.88º 0.41% 0.68% -
HSV(B) 75.88º 0.33% 0.81% -
XYZ 47.96 57.31 32.96 -
YUV 193.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 189 207 139 0.09 0 0.33 0.19 75.88 0.41 0.68
Hex BD CF 8B 9 0 21 13 4C 29 44
Octal 275 317 213 11 0 41 23 114 51 104
Binary 10111101 11001111 10001011 1001 0 100001 10011 1001100 101001 1000100

Color Harmonies of #BDCF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF8B

Black with #BDCF8B

Text Example


Text Example

White with #BDCF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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