Html Css Color HEX #BDF892 Reef

📋 copy color: '#BDF892'

red 189 ◦ green 248 ◦ blue 146

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

Shades of Reef #BDF892

Tints of Reef #BDF892

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.54%

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

R = 32.42%
G = 42.54%
B = 25.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#BDF892 (or 0xBDF892) is known color: Reef. HEX triplet: BD, F8 and 92. RGB value is (189,248,146). Sum of RGB (Red+Green+Blue) = 189+248+146=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF892 is #42076D. Grayscale: #DBDBDB. Windows color (decimal): -4327278 or 9631933. OLE color: 9631933.

HSL color Cylindrical-coordinate representation of color #BDF892: hue angle of 94.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF892 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 146 -
CMYK 0.24 0 0.41 0.03
HSL 94.71º 0.88% 0.77% -
HSV(B) 94.71º 0.41% 0.97% -
XYZ 59.74 80.03 39.49 -
YUV 218.73 86.95 106.79 -
System Red Green Blue C M Y K H S L
Decimal 189 248 146 0.24 0 0.41 0.03 94.71 0.88 0.77
Hex BD F8 92 18 0 29 3 5F 58 4D
Octal 275 370 222 30 0 51 3 137 130 115
Binary 10111101 11111000 10010010 11000 0 101001 11 1011111 1011000 1001101

Color Harmonies of #BDF892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF892

Black with #BDF892

Text Example


Text Example

White with #BDF892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF892; }

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

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

background-color css

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

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

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

border-color css

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

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

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