Html Css Color HEX #BDF692 Reef

📋 copy color: '#BDF692'

red 189 ◦ green 246 ◦ blue 146

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

Shades of Reef #BDF692

Tints of Reef #BDF692

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.34%

 BLUE value IS 146 (57.42% from 255) = 25.13%

R = 32.53%
G = 42.34%
B = 25.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#BDF692 (or 0xBDF692) is known color: Reef. HEX triplet: BD, F6 and 92. RGB value is (189,246,146). Sum of RGB (Red+Green+Blue) = 189+246+146=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF692 is #42096D. Grayscale: #D9D9D9. Windows color (decimal): -4327790 or 9631421. OLE color: 9631421.

HSL color Cylindrical-coordinate representation of color #BDF692: hue angle of 94.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF692 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 146 -
CMYK 0.23 0 0.41 0.04
HSL 94.2º 0.85% 0.77% -
HSV(B) 94.2º 0.41% 0.96% -
XYZ 59.13 78.81 39.29 -
YUV 217.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 189 246 146 0.23 0 0.41 0.04 94.2 0.85 0.77
Hex BD F6 92 17 0 29 4 5E 55 4D
Octal 275 366 222 27 0 51 4 136 125 115
Binary 10111101 11110110 10010010 10111 0 101001 100 1011110 1010101 1001101

Color Harmonies of #BDF692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF692

Black with #BDF692

Text Example


Text Example

White with #BDF692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF692; }

 p { color: rgb(189,246,146); }

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

background-color css

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

 a { background-color: rgb(189,246,146); }

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

border-color css

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

 span { border-color: rgb(189,246,146); }

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