Html Css Color HEX #BCF382 Sulu

📋 copy color: '#BCF382'

red 188 ◦ green 243 ◦ blue 130

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

Shades of Sulu #BCF382

Tints of Sulu #BCF382

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

 GREEN value IS 243 (95.31% from 255) = 43.32%

 BLUE value IS 130 (51.17% from 255) = 23.17%

R = 33.51%
G = 43.32%
B = 23.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#BCF382 (or 0xBCF382) is known color: Sulu. HEX triplet: BC, F3 and 82. RGB value is (188,243,130). Sum of RGB (Red+Green+Blue) = 188+243+130=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF382 is #430C7D. Grayscale: #D6D6D6. Windows color (decimal): -4394110 or 8582076. OLE color: 8582076.

HSL color Cylindrical-coordinate representation of color #BCF382: hue angle of 89.2º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF382 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 130 -
CMYK 0.23 0 0.47 0.05
HSL 89.2º 0.82% 0.73% -
HSV(B) 89.2º 0.47% 0.95% -
XYZ 56.82 76.4 32.87 -
YUV 213.67 80.78 109.69 -
System Red Green Blue C M Y K H S L
Decimal 188 243 130 0.23 0 0.47 0.05 89.2 0.82 0.73
Hex BC F3 82 17 0 2F 5 59 52 49
Octal 274 363 202 27 0 57 5 131 122 111
Binary 10111100 11110011 10000010 10111 0 101111 101 1011001 1010010 1001001

Color Harmonies of #BCF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF382

Black with #BCF382

Text Example


Text Example

White with #BCF382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF382; }

 p { color: rgb(188,243,130); }

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

background-color css

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

 a { background-color: rgb(188,243,130); }

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

border-color css

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

 span { border-color: rgb(188,243,130); }

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