Html Css Color HEX #BDF894 Reef

📋 copy color: '#BDF894'

red 189 ◦ green 248 ◦ blue 148

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

Shades of Reef #BDF894

Tints of Reef #BDF894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.3%

R = 32.31%
G = 42.39%
B = 25.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#BDF894 (or 0xBDF894) is known color: Reef. HEX triplet: BD, F8 and 94. RGB value is (189,248,148). Sum of RGB (Red+Green+Blue) = 189+248+148=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF894 is #42076B. Grayscale: #DBDBDB. Windows color (decimal): -4327276 or 9763005. OLE color: 9763005.

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

Color convert

RGB 189 248 148 -
CMYK 0.24 0 0.40 0.03
HSL 95.4º 0.88% 0.78% -
HSV(B) 95.4º 0.4% 0.97% -
XYZ 59.9 80.09 40.32 -
YUV 218.96 87.95 106.63 -
System Red Green Blue C M Y K H S L
Decimal 189 248 148 0.24 0 0.40 0.03 95.4 0.88 0.78
Hex BD F8 94 18 0 28 3 5F 58 4E
Octal 275 370 224 30 0 50 3 137 130 116
Binary 10111101 11111000 10010100 11000 0 101000 11 1011111 1011000 1001110

Color Harmonies of #BDF894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF894

Black with #BDF894

Text Example


Text Example

White with #BDF894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF894; }

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

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

background-color css

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

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

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

border-color css

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

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

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