Html Css Color HEX #BDE696 Reef

📋 copy color: '#BDE696'

red 189 ◦ green 230 ◦ blue 150

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

Shades of Reef #BDE696

Tints of Reef #BDE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.42%

 BLUE value IS 150 (58.98% from 255) = 26.36%

R = 33.22%
G = 40.42%
B = 26.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#BDE696 (or 0xBDE696) is known color: Reef. HEX triplet: BD, E6 and 96. RGB value is (189,230,150). Sum of RGB (Red+Green+Blue) = 189+230+150=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE696 is #421969. Grayscale: #D0D0D0. Windows color (decimal): -4331882 or 9889469. OLE color: 9889469.

HSL color Cylindrical-coordinate representation of color #BDE696: hue angle of 90.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDE696 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 150 -
CMYK 0.18 0 0.35 0.10
HSL 90.75º 0.62% 0.75% -
HSV(B) 90.75º 0.35% 0.9% -
XYZ 54.79 69.61 39.4 -
YUV 208.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 189 230 150 0.18 0 0.35 0.10 90.75 0.62 0.75
Hex BD E6 96 12 0 23 A 5B 3E 4B
Octal 275 346 226 22 0 43 12 133 76 113
Binary 10111101 11100110 10010110 10010 0 100011 1010 1011011 111110 1001011

Color Harmonies of #BDE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE696

Black with #BDE696

Text Example


Text Example

White with #BDE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE696; }

 p { color: rgb(189,230,150); }

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

background-color css

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

 a { background-color: rgb(189,230,150); }

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

border-color css

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

 span { border-color: rgb(189,230,150); }

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