Html Css Color HEX #BDEF8B Sulu

📋 copy color: '#BDEF8B'

red 189 ◦ green 239 ◦ blue 139

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

Shades of Sulu #BDEF8B

Tints of Sulu #BDEF8B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.15%

 BLUE value IS 139 (54.69% from 255) = 24.51%

R = 33.33%
G = 42.15%
B = 24.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#BDEF8B (or 0xBDEF8B) is known color: Sulu. HEX triplet: BD, EF and 8B. RGB value is (189,239,139). Sum of RGB (Red+Green+Blue) = 189+239+139=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF8B is #421074. Grayscale: #D4D4D4. Windows color (decimal): -4329589 or 9170877. OLE color: 9170877.

HSL color Cylindrical-coordinate representation of color #BDEF8B: hue angle of 90º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDEF8B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 139 -
CMYK 0.21 0 0.42 0.06
HSL 90º 0.76% 0.74% -
HSV(B) 90º 0.42% 0.94% -
XYZ 56.51 74.42 35.81 -
YUV 212.65 86.44 111.13 -
System Red Green Blue C M Y K H S L
Decimal 189 239 139 0.21 0 0.42 0.06 90 0.76 0.74
Hex BD EF 8B 15 0 2A 6 5A 4C 4A
Octal 275 357 213 25 0 52 6 132 114 112
Binary 10111101 11101111 10001011 10101 0 101010 110 1011010 1001100 1001010

Color Harmonies of #BDEF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF8B

Black with #BDEF8B

Text Example


Text Example

White with #BDEF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF8B; }

 p { color: rgb(189,239,139); }

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

background-color css

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

 a { background-color: rgb(189,239,139); }

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

border-color css

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

 span { border-color: rgb(189,239,139); }

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