Html Css Color HEX #BDF687 Sulu

📋 copy color: '#BDF687'

red 189 ◦ green 246 ◦ blue 135

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

Shades of Sulu #BDF687

Tints of Sulu #BDF687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.68%

R = 33.16%
G = 43.16%
B = 23.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#BDF687 (or 0xBDF687) is known color: Sulu. HEX triplet: BD, F6 and 87. RGB value is (189,246,135). Sum of RGB (Red+Green+Blue) = 189+246+135=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF687 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF687 is #420978. Grayscale: #D8D8D8. Windows color (decimal): -4327801 or 8910525. OLE color: 8910525.

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

Color convert

RGB 189 246 135 -
CMYK 0.23 0 0.45 0.04
HSL 90.81º 0.86% 0.75% -
HSV(B) 90.81º 0.45% 0.96% -
XYZ 58.32 78.48 35 -
YUV 216.3 82.12 108.53 -
System Red Green Blue C M Y K H S L
Decimal 189 246 135 0.23 0 0.45 0.04 90.81 0.86 0.75
Hex BD F6 87 17 0 2D 4 5B 56 4B
Octal 275 366 207 27 0 55 4 133 126 113
Binary 10111101 11110110 10000111 10111 0 101101 100 1011011 1010110 1001011

Color Harmonies of #BDF687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF687

Black with #BDF687

Text Example


Text Example

White with #BDF687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF687; }

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

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

background-color css

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

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

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

border-color css

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

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

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